@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  /*margin: 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  /*margin: 0;*/
}

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.font_n {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
}

.font_m {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
}

.font_b {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
}

.font_min {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-weight: 500;
  font-size: 62.5%;
}

body {
  position: relative;
  color: #333;
  font-family: TsukuGoPr5-M, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  width: 100vw;
  overflow-x: hidden;
  line-height: 1.6;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a, span {
  display: inline-block;
}

img {
  /*max-width: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin: 1% auto;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #BCBCBC;
}

input::-moz-placeholder {
  color: #BCBCBC;
}

input:-ms-input-placeholder {
  color: #BCBCBC;
}

input::-ms-input-placeholder {
  color: #BCBCBC;
}

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 17px 30px;
  height: 72px;
}
.l-header.fixed {
  background: #fff;
}
.l-header__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.l-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.l-header .contact {
  position: absolute;
  top: 4px;
  right: 120px;
}
.l-header .contact a {
  font-size: 1.3rem;
  padding: 5px 10px;
  border: 1px solid #707070;
}
.l-header .contact a:hover {
  background: #707070;
  color: #fff;
}

#g-nav {
  position: absolute;
  z-index: 998;
  top: -17px;
  right: -100%;
  left: auto;
  width: 375px;
  height: 100vh;
  min-height: 560px;
  /*ナビの高さ*/
  background: #AAA084;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 60px 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#g-nav.panelactive {
  right: -15px;
}
#g-nav #g-nav-list .menu {
  width: 100%;
  margin: 0 auto;
}
#g-nav #g-nav-list .menu ul li {
  margin: 20px auto;
}
#g-nav #g-nav-list .menu ul li a {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1C1C1C;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
#g-nav #g-nav-list .menu ul li a span {
  width: 62px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  color: #1C1C1C;
  margin-right: 1em;
}
#g-nav #g-nav-list .menu ul li a.cl_white {
  color: #fff;
}
#g-nav #g-nav-list .menu ul li a img {
  width: 272px;
}
#g-nav #g-nav-list .menu .bdr {
  border-bottom: 1px solid #707070;
}
#g-nav .page_top {
  text-align: center;
}
#g-nav .page_top a {
  margin: 2% auto;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: block;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 11px;
  right: 30px;
  cursor: pointer;
  width: 56px;
  height: 16px;
  border-radius: 10px;
}

/*×に変化*/
.openbtn span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #333;
  width: 100%;
}
.openbtn span:nth-of-type(1) {
  top: 0;
}
.openbtn span:nth-of-type(2) {
  bottom: 0;
}

.openbtn.is-active span {
  background: #fff;
}

.openbtn.is-active span:nth-of-type(1) {
  top: 7px;
  -webkit-transform: translateY(0px) rotate(-195deg);
          transform: translateY(0px) rotate(-195deg);
}

.openbtn.is-active span:nth-of-type(2) {
  top: 14px;
  -webkit-transform: translateY(-7px) rotate(15deg);
          transform: translateY(-7px) rotate(15deg);
}

@media screen and (max-width: 768px) {
  #g-nav.panelactive {
    right: -30px;
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    padding: 15px;
    height: 64px;
  }
  .l-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .l-header .logo .mh {
    width: 80px;
  }
  .l-header .logo .mf {
    width: 90px;
  }
  .l-header #g-nav {
    padding: 60px 49px 40px;
    right: -150%;
  }
  .l-header #g-nav.panelactive {
    top: -15px;
    right: -15px;
  }
  .l-header #g-nav .contact02 {
    text-align: center;
    margin: 25px auto 0;
  }
  .l-header #g-nav .contact02 a {
    font-size: 1.4rem;
    padding: 8px 10px;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
  }
  .l-header #g-nav .contact02 a:hover {
    background: #fff;
    color: #AAA084;
  }
  .l-header .openbtn {
    top: 8px;
    right: 0;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 25px 0;
}
.l-footer__inner {
  width: 96%;
  max-width: 992px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin: 10px 0;
}
.l-footer__main ul li {
  margin-bottom: 5px;
  /*&:nth-child(1),
  &:nth-child(4) {
      a {
          padding-left: 0;
      }
  }*/
}
.l-footer__main ul li a {
  font-size: 1.4rem;
  padding: 0 5px;
  border-right: 1px solid #333;
  line-height: 1;
}
.l-footer__main ul li:nth-child(3) a, .l-footer__main ul li:nth-child(6) a {
  border: none;
}
.l-footer__main .logo img {
  width: 142px;
}
.l-footer small {
  font-size: 1.2rem;
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .l-footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .l-footer__main ul {
    width: 100%;
    margin: 10px 0;
  }
  .l-footer__main ul li {
    width: 100%;
    margin: 10px auto;
  }
  .l-footer__main ul li a {
    font-size: 1.4rem;
    padding: 0 5px;
    border-right: none;
    line-height: 1;
  }
  .l-footer__main .logo {
    width: 100%;
  }
  .l-footer__main .logo img {
    width: 142px;
  }
  .l-footer small {
    display: block;
    text-align: center;
    margin: 50px auto 0;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.bg_01 {
  background-image: url(../images/bg_01.png);
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bg_white {
  background: #fff;
  padding: 1px 0;
}

.p-mainvisual {
  background: #fff;
  position: relative;
  width: 100vw;
  padding-top: 72px;
  padding-top: 0;
}
.p-mainvisual__musk {
  position: absolute;
  top: 72px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow-x: hidden;
}
.p-mainvisual__musk img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 90vh;
  min-height: 800px;
}
.p-mainvisual__flex {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0;
}
.p-mainvisual__flex .slick01,
.p-mainvisual__flex .slick02 {
  width: 50vw;
  height: 90vh;
  min-height: 800px;
  overflow: hidden;
}
.p-mainvisual__title {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 70%;
  max-width: 864px;
}
.p-mainvisual__title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainvisual__solution {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
}
.p-mainvisual__solution h2 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  color: #1C1C1C;
  font-size: 2.8rem;
  font-size: clamp(2.2rem, 1.172vw + 1.3rem, 2.8rem);
}

.p-solution {
  position: relative;
  z-index: 1;
  background-color: #B5AC90;
  text-align: center;
  padding: 1px 0 100px;
}
.p-solution__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../images/pc/bg_02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
  height: 288px;
}
.p-solution h3 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #fff;
  font-size: 2.4rem;
}
.p-solution p.catalog {
  background: #6B6B60;
  border-radius: 20px;
  color: #E3DFD6;
  font-size: 1.9rem;
  padding: 7px;
  width: 60%;
  max-width: 560px;
  margin: 20px auto 50px;
}
.p-solution__scroll {
  width: 96%;
  margin: 50px auto 50px;
  /*overflow-y: scroll;*/
}
.p-solution__scroll img {
  width: 100%;
  max-width: 990px;
}

.p-catalog-btn {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 64px 0;
}
.p-catalog-btn img {
  width: 520px;
}
.p-catalog-btn.btn02 {
  padding: 0;
}

.p-cre {
  position: relative;
  background: #E3DFD6;
  padding: 80px 0 1px;
}
.p-cre .inner {
  width: 96%;
  max-width: 992px;
  margin: 0 auto;
}
.p-cre h2 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  text-align: center;
  font-size: 4em;
  font-size: clamp(3.6rem, 0.347vw + 3.333rem, 4rem);
  line-height: 2;
}
.p-cre h2 img {
  width: 162px;
}
.p-cre ul.tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
}
.p-cre ul.tab_area .tab {
  width: 50%;
  background: #D7D3C9;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.8rem;
  font-size: clamp(2.4rem, 2.734vw + 0.3rem, 3.8rem);
  padding-left: 60px;
  padding: 5px 20px;
}
.p-cre ul.tab_area .tab span {
  font-size: 2rem;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
  border-left: 1px solid;
  margin-left: 0.5em;
  padding-left: 0.8em;
}
.p-cre ul.tab_area .tab span.num {
  display: inline-block;
  width: 38px;
  height: 39px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.p-cre ul.tab_area .tab span.num.num01 {
  background-image: url(../images/01.png);
}
.p-cre ul.tab_area .tab span.num.num02 {
  background-image: url(../images/02.png);
}
.p-cre ul.tab_area .tab.active {
  background: #6b6b60;
  border: 1px solid #6b6b60;
  color: #fff;
}
.p-cre ul.tab_area .tab.active span.num01 {
  background-image: url(../images/01_on.png);
}
.p-cre ul.tab_area .tab.active span.num02 {
  background-image: url(../images/02_on.png);
}
.p-cre .content {
  background: #fff;
  padding: 20px 0;
  display: none;
}
.p-cre .content.show {
  display: block;
}
.p-cre .content-inner {
  width: 96%;
  max-width: 867px;
  margin: 0 auto;
}
.p-cre .content p {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.6rem;
}
.p-cre .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 20px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-cre .content-flex p {
  font-size: 1.8rem;
}
.p-cre .content-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
}
.p-cre .content-flex02 li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cre .content-flex02 li .txt {
  padding: 30px 15px 10px 0;
  width: 50%;
}
.p-cre .content-flex02 li .txt p {
  font-size: 1.4rem;
}
.p-cre .content-flex02 li .txt p.title {
  font-size: 2rem;
  color: #6B6B60;
  margin-bottom: 10px;
}
.p-cre .content-flex02 li img {
  width: 100%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cre .content-flex02 li:first-child {
  padding: 5px 15px 5px 0;
  border-right: 1px solid #C8C9C8;
}
.p-cre .content-flex02 li:last-child {
  padding: 5px 0 5px 15px;
}
.p-cre .content .bdr {
  border-bottom: 1px solid #C8C9C8;
}
.p-cre__slide {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 10px;
}
.p-cre__slide img {
  width: auto;
}

.p-utilization {
  position: relative;
  padding: 80px 0 0;
}
.p-utilization .inner {
  width: 96%;
  max-width: 992px;
  margin: 0 auto;
}
.p-utilization h2 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  text-align: center;
  font-size: 4em;
  font-size: clamp(3.6rem, 0.347vw + 3.333rem, 4rem);
  line-height: 2;
  margin-bottom: 50px;
}
.p-utilization h2 img {
  width: 162px;
}
.p-utilization p {
  font-size: 1.6rem;
  text-align: center;
}
.p-utilization__anker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 20px;
  border-bottom: 1px solid #C8C9C8;
  margin: 50px auto;
}
.p-utilization__anker li {
  width: 24%;
  max-width: 232px;
}
.p-utilization__anker li img {
  width: 100%;
}
.p-utilization h3 {
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
  width: 98%;
  margin: 0 auto;
}
.p-utilization h3.cl_01 {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%), color-stop(5%, #e3dfd6));
  background: linear-gradient(90deg, transparent, 5%, #e3dfd6 5%);
}
.p-utilization h3.cl_02 {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%), color-stop(5%, #fff));
  background: linear-gradient(90deg, transparent, 5%, #fff 5%);
}
.p-utilization h3 span {
  background: #333;
  border-radius: 20px;
  color: #fff;
  text-align: right;
  font-size: 2.4rem;
  line-height: 1.5;
  width: 140px;
  padding: 0 30px;
  margin-right: 20px;
}
.p-utilization h3 img {
  margin-left: 20px;
  vertical-align: middle;
}
.p-utilization__cnts {
  padding: 30px 0 60px;
}
.p-utilization__cnts .w600 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.p-utilization__cnts .w600 img {
  max-width: 100%;
  margin: 30px auto;
}
.p-utilization__cnts .w660 {
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
}
.p-utilization__cnts .w660 img {
  max-width: 100%;
  margin: 30px auto;
}
.p-utilization__cnts p {
  text-align: left;
}
.p-utilization__cnts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto;
}
.p-utilization__cnts ul li {
  background: #fff;
  border: 1px solid #C8C9C8;
  /*width: 32%;*/
  max-width: 320px;
  padding: 10px 16px;
}
.p-utilization__cnts ul li h4 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  background: #aaa084;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  padding: 16px 0;
  border-radius: 12px;
}
.p-utilization__cnts ul li p {
  width: 90%;
  margin: 10px auto;
}
.p-utilization__cnts ul li p span {
  color: #AAA084;
}
.p-utilization__cnts ul li img {
  width: 100%;
}
.p-utilization__cnts h5 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #6B6B60;
  font-size: 2.8rem;
}
.p-utilization__cnts .w772 {
  width: 90%;
  max-width: 772px;
  margin: 50px auto;
  text-align: center;
  border: 2px solid #fff;
}
.p-utilization__cnts .w772 p {
  background: #AAA084;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 4px;
}
.p-utilization__cnts .w772 img {
  max-width: 100%;
  margin: 20px auto;
}
.p-utilization .bg_02 {
  background-image: url(../images/pc/bg_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 176px;
}
.p-utilization .bg_03 {
  background: #E3DFD6;
  padding: 70px 0 30px;
}
.p-utilization .bg_04 {
  padding: 70px 0 70px;
  overflow-x: hidden;
}
.p-utilization .bg_04 h4 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #6B6B60;
  text-align: center;
  font-size: 2.8rem;
}
.p-utilization .bg_05 {
  background: #EDEDED;
}
.p-utilization .bg_05 h5 {
  width: 100%;
  max-width: 100%;
}
.p-utilization .bg_05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto;
}
.p-utilization .bg_05 ul li {
  background: #fff;
  width: 32%;
  max-width: 256px;
  padding: 15px 20px 40px;
}
.p-utilization .bg_05 ul li p {
  text-align: left;
  font-size: 1.4rem;
}
.p-utilization .bg_05 ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-utilization .bg_05 ul li .title p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 2.4rem;
  margin: 30px 0 0 20px;
}
.p-utilization .left-box {
  padding: 40px 6% 20px 0;
  width: calc((100% - 992px) / 2 + 992px);
  margin: 40px auto 40px 0;
  max-width: 98%;
}
.p-utilization .left-box .inner {
  width: 90%;
  max-width: 800px;
  margin: 0 0 0 auto;
}
.p-utilization .right-box {
  padding: 40px 0 20px 6%;
  width: calc((100% - 992px) / 2 + 992px);
  margin: 40px 0 60px auto;
  max-width: 98%;
}
.p-utilization .right-box .inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 0 0;
}
.p-utilization .right-box h5 {
  text-align: right;
}
.p-utilization .bg_07 {
  background-image: url(../images/pc/bg_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 176px;
}

.p-example {
  position: relative;
  padding: 80px 0 50px;
}
.p-example .inner {
  width: 96%;
  max-width: 866px;
  margin: 0 auto;
}
.p-example h2 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  text-align: center;
  font-size: 4em;
  font-size: clamp(3.6rem, 0.347vw + 3.333rem, 4rem);
  line-height: 2;
  margin-bottom: 50px;
}
.p-example h2 img {
  width: 162px;
}
.p-example p {
  font-size: 1.6rem;
  text-align: center;
}
.p-example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
}
.p-example ul li {
  width: 32%;
  max-width: 272px;
}
.p-example ul li p {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 5px;
}
.p-example ul li img {
  width: 100%;
}

.p-mocxion {
  background-image: url(../images/pc/bg_05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 100px 0 140px;
}
.p-mocxion .inner {
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}
.p-mocxion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mocxion__txt {
  width: 40%;
  max-width: 335px;
  padding: 10px 0;
}
.p-mocxion__txt p {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.p-mocxion__txt img {
  width: 100%;
  max-width: 335px;
}
.p-mocxion__slide {
  width: 50%;
  margin: 0 3%;
  text-align: center;
}
.p-mocxion__slide .slick04 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.p-present {
  position: relative;
  text-align: center;
  padding: 80px 0;
}
.p-present .inner {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.p-present .title {
  border-radius: 8px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.08);
  padding: 20px;
}
.p-present p {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.p-present h3 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #6D1926;
  font-size: 3.2rem;
  line-height: 1.25;
}
.p-present__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
}
.p-present__flex img {
  width: 100%;
  max-width: 281px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-present__txt {
  width: 55%;
  text-align: left;
  margin-left: 2%;
  margin-top: 10px p;
  margin-top-font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  margin-top-font-size: 2rem;
}
.p-present__txt ul {
  margin: 10px auto;
}
.p-present__txt ul li {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-present__txt ul li span {
  color: #fff;
}

.p-page-top {
  position: relative;
  width: 96%;
  max-width: 992px;
  margin: 0 auto;
  height: 120px;
}
.p-page-top a {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  height: 120px;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}
.p-page-top a span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.p-page-top a span:hover {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.p-page-top a::after {
  height: 115px;
}

.p-float-btn {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 30;
}
.p-float-btn img {
  width: 158px;
}

@media screen and (max-width: 768px) {
  .p-mainvisual__solution {
    bottom: 16%;
  }
  .p-solution {
    padding: 1px 0 30px;
  }
  .p-solution__bg {
    background-image: url(../images/sp/bg_02.png);
    background-position: bottom center;
  }
  .p-cre {
    padding: 30px 0 1px;
  }
  .p-utilization {
    padding: 30px 0 0;
  }
  .p-utilization .left-box {
    padding: 40px 2% 20px;
  }
  .p-utilization .left-box .inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-utilization .right-box {
    padding: 40px 2% 20px;
  }
  .p-utilization .right-box .inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-example {
    padding: 40px 0 40px;
  }
  .p-mocxion {
    padding: 40px 0 70px;
  }
  .p-mocxion__txt {
    width: 50%;
  }
  .p-present {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .p-mainvisual {
    padding-top: 64px;
  }
  .p-mainvisual__musk {
    top: 64px;
  }
  .p-mainvisual__musk img {
    height: 100%;
    min-height: auto;
  }
  .p-mainvisual__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 60vh;
  }
  .p-mainvisual__flex .slick01,
  .p-mainvisual__flex .slick02 {
    width: 100vw;
    height: 30vh;
    min-height: auto;
    overflow: hidden;
  }
  .p-mainvisual__flex .slick01 img,
  .p-mainvisual__flex .slick02 img {
    height: 100%;
    width: 100vw;
    height: 30vh;
  }
  .p-mainvisual__title {
    top: 42%;
    width: 81%;
    max-width: 302px;
  }
  .p-mainvisual__solution {
    left: 6%;
    bottom: -50px;
  }
  .p-mainvisual__solution h2 {
    ont-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
    font-size: 2rem;
    text-align: left;
  }
  .p-solution {
    padding: 150px 0 30px;
  }
  .p-solution__bg {
    background-size: contain;
  }
  .p-solution h3 {
    font-size: 1.8rem;
  }
  .p-solution p.catalog {
    width: 90%;
    font-size: 1.6rem;
    margin: 20px auto;
  }
  .p-solution__scroll {
    width: 94%;
    margin: 20px 0 20px auto;
    overflow-x: scroll;
  }
  .p-solution__scroll img {
    width: 990px;
    height: 240px;
  }
  .p-catalog-btn {
    padding: 40px 0 30px;
  }
  .p-catalog-btn img {
    width: 336px;
  }
  .p-cre .inner {
    width: 100%;
  }
  .p-cre h2 {
    font-size: 2.8em;
  }
  .p-cre ul.tab_area {
    display: none;
  }
  .p-cre ul.tab_area.active {
    display: none;
  }
  .p-cre h3 {
    width: 100%;
    background: #6b6b60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.3rem;
    color: #fff;
    padding: 3px 20px;
    margin-top: 20px;
  }
  .p-cre h3 span {
    font-size: 1.6rem;
    border-left: 1px solid;
    margin-left: 0.5em;
    padding-left: 0.8em;
  }
  .p-cre h3 img {
    width: 40px;
  }
  .p-cre .content {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .p-cre .content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cre .content-flex p {
    font-size: 1.6rem;
  }
  .p-cre .content-flex li {
    width: 49%;
    margin-bottom: 20px;
  }
  .p-cre .content-flex li img {
    width: 100%;
  }
  .p-cre .content-flex li p {
    font-size: 1.4rem;
  }
  .p-cre .content-flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cre .content-flex02 li {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #C8C9C8;
  }
  .p-cre .content-flex02 li .txt {
    width: 100%;
    padding: 15px;
  }
  .p-cre .content-flex02 li .txt p {
    font-size: 1.4rem;
  }
  .p-cre .content-flex02 li .txt p.title {
    font-size: 2rem;
    color: #6B6B60;
    margin-bottom: 10px;
  }
  .p-cre .content-flex02 li img {
    width: 100%;
    max-width: 280px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-cre .content-flex02 li:first-child {
    padding: 15px;
    border-right: none;
  }
  .p-cre .content-flex02 li:last-child {
    padding: 15px;
  }
  .p-cre .content .bdr {
    border: none;
  }
  .p-cre__slide img {
    width: auto;
    height: 30px;
  }
  .p-utilization h2 {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
  .p-utilization__anker {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto;
  }
  .p-utilization__anker li {
    width: 48%;
    margin-top: 10px;
  }
  .p-utilization h3 {
    width: 100%;
    font-size: 2rem;
    padding: 10px;
    line-height: 1.4;
  }
  .p-utilization h3 span {
    font-size: 1.6rem;
    width: 80px;
  }
  .p-utilization h3 img {
    width: 130px;
    margin-left: 50px;
  }
  .p-utilization__cnts {
    padding: 30px 0 30px;
  }
  .p-utilization__cnts .w660 img {
    margin: 10px auto;
  }
  .p-utilization__cnts ul {
    gap: 0;
    margin: 20px auto;
  }
  .p-utilization__cnts ul li {
    width: 100%;
    max-width: 336px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .p-utilization__cnts ul li h4 {
    padding: 10px 0;
  }
  .p-utilization__cnts ul li p {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-utilization__cnts .w772 {
    margin: 20px auto;
    border: none;
  }
  .p-utilization__cnts .w772 p {
    font-size: 1.6rem;
  }
  .p-utilization .bg_02 {
    background-image: url(../images/sp/bg_03.png);
    height: 155px;
  }
  .p-utilization .bg_03 {
    padding: 50px 0 20px;
  }
  .p-utilization .bg_04 h4 {
    font-size: 2.4rem;
  }
  .p-utilization .bg_05 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-utilization .bg_05 ul li {
    width: 100%;
    max-width: 304px;
    padding: 10px 15px;
    margin: 5px auto;
  }
  .p-utilization .left-box {
    padding: 40px 2% 20px;
    margin: 10px auto 10px 0;
  }
  .p-utilization .left-box .inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-utilization .left-box h5 {
    margin-left: 8%;
  }
  .p-utilization .left-box h5 img {
    width: 293px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-utilization .right-box {
    padding: 40px 2% 20px;
    margin: 10px 0 10px auto;
  }
  .p-utilization .right-box .inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-utilization .right-box h5 {
    text-align: left;
    margin-left: 8%;
  }
  .p-utilization .right-box h5 img {
    width: 254px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-utilization .bg_07 {
    background-image: url(../images/sp/bg_04.png);
    height: 155px;
  }
  .p-example {
    padding: 30px 0 30px;
  }
  .p-example h2 {
    font-size: 2.8rem;
  }
  .p-example ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto;
  }
  .p-example ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-mocxion {
    background-image: url(../images/sp/bg_05.png);
  }
  .p-mocxion .inner {
    width: 100%;
  }
  .p-mocxion__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-mocxion__txt {
    width: 96%;
    text-align: center;
  }
  .p-mocxion__txt p {
    text-align: left;
    margin-bottom: 20px;
  }
  .p-mocxion__txt img {
    max-width: 299px;
  }
  .p-mocxion__slide {
    width: 100%;
    margin: 0;
  }
  .p-mocxion__slide .slick04 {
    max-width: 100%;
  }
  .p-present h3 {
    font-size: 2.4rem;
  }
  .p-present__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
  }
  .p-present__txt {
    width: 80%;
  }
  .p-present__txt ul li {
    text-indent: -0.5em;
    padding-left: 1em;
  }
  .p-float-btn {
    right: 0%;
    bottom: auto;
    top: 58%;
  }
  .p-float-btn img {
    width: 93px;
  }
}
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeLeft {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeLeft.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translatex(0);
          transform: translatex(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeRight {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeRight.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translatex(0);
          transform: translatex(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

@media screen and (max-width: 480px) {
  .js-fadeUp-sp {
    opacity: 0;
    /* 最初は非表示 */
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    /* 下に30pxの位置から */
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
    /* 透過率と縦方向の移動を0.8秒 */
  }
  /* フェードイン(スクロールした後) */
  .js-fadeUp-sp.is-inview {
    opacity: 1;
    /* 表示領域に入ったら表示 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 30px上に移動する */
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    /* フェード開始を0.5秒遅らせる */
  }
}
.up02.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up03.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up04.is-inview {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  /* フェード開始を0.5秒遅らせる */
}

/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */