<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  /* @include mq(min-tb) {
    margin: 0;
  }
  @include mq(min-pc) {
    margin: 0;
  }
  @include mq(min-lgpc) {
    margin: 0;
  }
  @include mq(min-1500) {
    margin: 0;
  }
  @include mq(min-1536) {
    margin: 0;
  }
  @include mq(min-1921) {
    margin: 0;
  } */
}

/* @mixin font($size, $base: 10) {
  font-size: ($size / $base) * 1rem;
  @include mq(min-1536){
    font-size: $size + px;
  }
} */
/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-size: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
}
html.act {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0;
}

a, .link {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig, .link.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture, .link.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img, .link.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

/* *:focus {outline:none;} */
figure, .fig {
  margin: 0;
  vertical-align: top;
}
figure picture, .fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img, .fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.actinview {
  /* フェードイン */
}
.actinview .inview {
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.1s;
}
.actinview .inview.is-show {
  opacity: 1;
}
.actinview .fadeIn00no {
  opacity: 0;
  transition: opacity 1s;
}
.actinview .fadeIn00no.is-show {
  opacity: 1;
}
.actinview .fadeIn00 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: opacity 1s transform 1s;
}
.actinview .fadeIn00.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn01 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: 1s;
}
.actinview .fadeIn01.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
.actinview .fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.2s;
}
.actinview .fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.4s;
}
.actinview .fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.6s;
}
.actinview .fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.8s;
}
.actinview .fadeIn01.is-show:nth-child(6) {
  transition-delay: 1s;
}
.actinview .fadeIn01.is-show:nth-child(7) {
  transition-delay: 1.2s;
}
.actinview .fadeIn01.is-show:nth-child(8) {
  transition-delay: 1.4s;
}
.actinview .fadeIn01.is-show:nth-child(9) {
  transition-delay: 1.6s;
}
.actinview .fadeIn01.is-show:nth-child(10) {
  transition-delay: 1.8s;
}
.actinview .fadeIn01.is-show:nth-child(11) {
  transition-delay: 2s;
}
.actinview .fadeIn01.is-show:nth-child(12) {
  transition-delay: 2.2s;
}
.actinview .fadeIn01.is-show:nth-child(13) {
  transition-delay: 2.4s;
}
.actinview .fadeIn01.is-show:nth-child(14) {
  transition-delay: 2.6s;
}
.actinview .fadeIn01.is-show:nth-child(15) {
  transition-delay: 2.8s;
}
.actinview .fadeIn01.is-show:nth-child(16) {
  transition-delay: 3s;
}
.actinview .fadeIn01.is-show:nth-child(17) {
  transition-delay: 3.2s;
}
.actinview .fadeIn01.is-show:nth-child(18) {
  transition-delay: 3.4s;
}
.actinview .fadeIn01.is-show:nth-child(19) {
  transition-delay: 3.6s;
}
.actinview .fadeIn01.is-show:nth-child(20) {
  transition-delay: 3.8s;
}
.actinview .fadeIn01.is-show:nth-child(21) {
  transition-delay: 4s;
}
.actinview .fadeIn01.is-show:nth-child(22) {
  transition-delay: 4.2s;
}
.actinview .fadeIn01.is-show:nth-child(23) {
  transition-delay: 4.4s;
}
.actinview .fadeIn01.is-show:nth-child(24) {
  transition-delay: 4.6s;
}
.actinview .fadeIn01.is-show:nth-child(25) {
  transition-delay: 4.8s;
}
.actinview .fadeIn01.is-show:nth-child(26) {
  transition-delay: 5s;
}
.actinview .fadeIn01.is-show:nth-child(27) {
  transition-delay: 5.2s;
}
.actinview .fadeIn01.is-show:nth-child(28) {
  transition-delay: 5.4s;
}
.actinview .fadeIn01.is-show:nth-child(29) {
  transition-delay: 5.6s;
}
.actinview .fadeIn01.is-show:nth-child(30) {
  transition-delay: 5.8s;
}
.actinview .fadeIn01.is-show:nth-child(31) {
  transition-delay: 6s;
}
.actinview .fadeIn01.is-show:nth-child(32) {
  transition-delay: 6.2s;
}
.actinview .fadeIn01.is-show:nth-child(33) {
  transition-delay: 6.4s;
}
.actinview .fadeIn01.is-show:nth-child(34) {
  transition-delay: 6.6s;
}
.actinview .fadeIn01.is-show:nth-child(35) {
  transition-delay: 6.8s;
}
.actinview .fadeIn01.is-show:nth-child(36) {
  transition-delay: 7s;
}
.actinview .fadeIn01.is-show:nth-child(37) {
  transition-delay: 7.2s;
}
.actinview .fadeIn01.is-show:nth-child(38) {
  transition-delay: 7.4s;
}
.actinview .fadeIn01.is-show:nth-child(39) {
  transition-delay: 7.6s;
}
.actinview .fadeIn01.is-show:nth-child(40) {
  transition-delay: 7.8s;
}
.actinview .fadeIn01.is-show:nth-child(41) {
  transition-delay: 8s;
}
.actinview .fadeIn01.is-show:nth-child(42) {
  transition-delay: 8.2s;
}
.actinview .fadeIn01.is-show:nth-child(43) {
  transition-delay: 8.4s;
}
.actinview .fadeIn01.is-show:nth-child(44) {
  transition-delay: 8.6s;
}
.actinview .fadeIn01.is-show:nth-child(45) {
  transition-delay: 8.8s;
}
.actinview .fadeIn01.is-show:nth-child(46) {
  transition-delay: 9s;
}
.actinview .fadeIn01.is-show:nth-child(47) {
  transition-delay: 9.2s;
}
.actinview .fadeIn01.is-show:nth-child(48) {
  transition-delay: 9.4s;
}
.actinview .fadeIn01.is-show:nth-child(49) {
  transition-delay: 9.6s;
}
.actinview .fadeIn01.is-show:nth-child(50) {
  transition-delay: 9.8s;
}
.actinview .fadeIn01.is-show:nth-child(51) {
  transition-delay: 10s;
}
.actinview .fadeIn01.is-show:nth-child(52) {
  transition-delay: 10.2s;
}
.actinview .fadeIn01.is-show:nth-child(53) {
  transition-delay: 10.4s;
}
.actinview .fadeIn01.is-show:nth-child(54) {
  transition-delay: 10.6s;
}
.actinview .fadeIn01.is-show:nth-child(55) {
  transition-delay: 10.8s;
}
.actinview .fadeIn01.is-show:nth-child(56) {
  transition-delay: 11s;
}
.actinview .fadeIn01.is-show:nth-child(57) {
  transition-delay: 11.2s;
}
.actinview .fadeIn01.is-show:nth-child(58) {
  transition-delay: 11.4s;
}
.actinview .fadeIn01.is-show:nth-child(59) {
  transition-delay: 11.6s;
}
.actinview .fadeIn01.is-show:nth-child(60) {
  transition-delay: 11.8s;
}
.actinview .fadeIn01.is-show:nth-child(61) {
  transition-delay: 12s;
}
.actinview .fadeIn01.is-show:nth-child(62) {
  transition-delay: 12.2s;
}
.actinview .fadeIn01.is-show:nth-child(63) {
  transition-delay: 12.4s;
}
.actinview .fadeIn01.is-show:nth-child(64) {
  transition-delay: 12.6s;
}
.actinview .fadeIn01.is-show:nth-child(65) {
  transition-delay: 12.8s;
}
.actinview .fadeIn01.is-show:nth-child(66) {
  transition-delay: 13s;
}
.actinview .fadeIn01.is-show:nth-child(67) {
  transition-delay: 13.2s;
}
.actinview .fadeIn01.is-show:nth-child(68) {
  transition-delay: 13.4s;
}
.actinview .fadeIn01.is-show:nth-child(69) {
  transition-delay: 13.6s;
}
.actinview .fadeIn01.is-show:nth-child(70) {
  transition-delay: 13.8s;
}
.actinview .fadeIn01.is-show:nth-child(71) {
  transition-delay: 14s;
}
.actinview .fadeIn01.is-show:nth-child(72) {
  transition-delay: 14.2s;
}
.actinview .fadeIn01.is-show:nth-child(73) {
  transition-delay: 14.4s;
}
.actinview .fadeIn01.is-show:nth-child(74) {
  transition-delay: 14.6s;
}
.actinview .fadeIn01.is-show:nth-child(75) {
  transition-delay: 14.8s;
}
.actinview .fadeIn01.is-show:nth-child(76) {
  transition-delay: 15s;
}
.actinview .fadeIn01.is-show:nth-child(77) {
  transition-delay: 15.2s;
}
.actinview .fadeIn01.is-show:nth-child(78) {
  transition-delay: 15.4s;
}
.actinview .fadeIn01.is-show:nth-child(79) {
  transition-delay: 15.6s;
}
.actinview .fadeIn01.is-show:nth-child(80) {
  transition-delay: 15.8s;
}
.actinview .fadeIn01.is-show:nth-child(81) {
  transition-delay: 16s;
}
.actinview .fadeIn01.is-show:nth-child(82) {
  transition-delay: 16.2s;
}
.actinview .fadeIn01.is-show:nth-child(83) {
  transition-delay: 16.4s;
}
.actinview .fadeIn01.is-show:nth-child(84) {
  transition-delay: 16.6s;
}
.actinview .fadeIn01.is-show:nth-child(85) {
  transition-delay: 16.8s;
}
.actinview .fadeIn01.is-show:nth-child(86) {
  transition-delay: 17s;
}
.actinview .fadeIn01.is-show:nth-child(87) {
  transition-delay: 17.2s;
}
.actinview .fadeIn01.is-show:nth-child(88) {
  transition-delay: 17.4s;
}
.actinview .fadeIn01.is-show:nth-child(89) {
  transition-delay: 17.6s;
}
.actinview .fadeIn01.is-show:nth-child(90) {
  transition-delay: 17.8s;
}
.actinview .fadeIn01.is-show:nth-child(91) {
  transition-delay: 18s;
}
.actinview .fadeIn01.is-show:nth-child(92) {
  transition-delay: 18.2s;
}
.actinview .fadeIn01.is-show:nth-child(93) {
  transition-delay: 18.4s;
}
.actinview .fadeIn01.is-show:nth-child(94) {
  transition-delay: 18.6s;
}
.actinview .fadeIn01.is-show:nth-child(95) {
  transition-delay: 18.8s;
}
.actinview .fadeIn01.is-show:nth-child(96) {
  transition-delay: 19s;
}
.actinview .fadeIn01.is-show:nth-child(97) {
  transition-delay: 19.2s;
}
.actinview .fadeIn01.is-show:nth-child(98) {
  transition-delay: 19.4s;
}
.actinview .fadeIn01.is-show:nth-child(99) {
  transition-delay: 19.6s;
}
.actinview .fadeIn01.is-show:nth-child(100) {
  transition-delay: 19.8s;
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
}

/* フォント */
.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.ptmt {
  margin-top: clamp(0px, -6.51vw, -100px);
  padding-top: clamp(0px, 6.51vw, 100px);
}

.relative {
  z-index: 1;
  position: relative;
}

.index #contents {
  background-color: #3FC4F5;
}

/* foundation */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header {
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  /* スマホメニュー */
}
.l-header__hed_bg {
  width: 89.6%;
  margin: 0 auto;
  padding-top: 4vw;
}
.l-header__logo {
  width: 26.4vw;
}
.l-header__spNavWp {
  display: flex;
  z-index: 200;
  position: fixed;
  top: 2.67vw;
  right: 2.67vw;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 11.47vw;
  height: 11.47vw;
  border-radius: 100px;
  background-color: #96DFFA;
}
.l-header__spNavWp.act {
  background-color: #fff;
}
.l-header__spNavWp .spNav {
  display: flex;
  position: relative;
  align-items: center;
  width: 6.4vw;
  height: 3.73vw;
  margin: 0 auto;
}
.l-header__spNavWp .spNav span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
}
.l-header__spNavWp .spNav span:nth-of-type(1) {
  top: -2%;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header__spNavWp .spNav span:nth-of-type(2) {
  top: 48%;
  opacity: 1;
  transition: opacity 0.2s;
}
.l-header__spNavWp .spNav span:nth-of-type(3) {
  top: 96%;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header__spNavWp .spNav.act span {
  background-color: #B9B9B9;
}
.l-header__spNavWp .spNav.act span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}
.l-header__spNavWp .spNav.act span:nth-of-type(2) {
  opacity: 0;
}
.l-header__spNavWp .spNav.act span:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}
.l-header__menu01_item-txt {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-header__c-tel {
  aspect-ratio: 250/40;
  width: clamp(0px, 16.28vw, 250px);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}
.l-header__c-tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.l-header__c-tel-txt {
  position: relative;
  padding-left: clamp(0px, 2.28vw, 35px);
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
.l-header__c-tel-txt::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: clamp(0px, 1.95vw, 30px);
  height: clamp(0px, 1.95vw, 30px);
  margin: auto;
  background: url(../img/common/icoTel.svg) no-repeat left top/contain;
  content: "";
}

.l-footer {
  padding: 13.33vw 0 40vw;
  background-color: #3FC4F5;
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 11.73vw;
  gap: 4.53vw 0;
}
.l-footer__snsttl {
  margin-bottom: 5.87vw;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.l-footer__sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 8.53vw;
  gap: 11.2vw;
}
.l-footer__sns-item {
  width: 19.2vw;
}
.l-footer__sns-link:hover {
  opacity: 0.8;
}
.l-footer__copy {
  color: #fff;
  font-weight: 500;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
}

.teiten {
  display: flex;
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 8vw;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 17.33vw;
  margin: auto;
  padding: 0 3.4vw;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.teiten__icon {
  z-index: 1;
  position: absolute;
  top: -7.2vw;
  right: -2.13vw;
  width: 14.67vw;
  height: 17.33vw;
}
.teiten__icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14.67vw;
  height: 17.33vw;
  margin: auto;
  background-image: url("../img/common/teiten_iconkage.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
}
.teiten__ttl {
  display: flex;
  position: absolute;
  top: -0.8em;
  right: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48vw;
  height: 5.33vw;
  margin: auto;
  border-radius: 100px;
  background-color: #00CE34;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
.teiten__num {
  color: #00CE34;
  font-weight: 900;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.teiten__num .odometer {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 41px;
  font-size: 4.1rem;
  letter-spacing: 0;
}
.teiten.lightup .teiten__icon::after {
  animation: lightup 1s ease;
  opacity: 0;
}

@keyframes lightup {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.odometer.odometer-auto-theme {
  display: inline-block;
  position: relative;
  vertical-align: auto;
}
.odometer.odometer-auto-theme .odometer-digit {
  display: inline-block;
  position: relative;
  line-height: 0.9;
  vertical-align: auto;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  visibility: hidden;
  vertical-align: auto;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon .odometer-ribbon-inner {
  -webkit-backface-visibility: hidden;
  display: block;
  backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value {
  display: block;
  transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transform: translateY(0);
  transition: transform 2s;
}

/*component*/
.c-inner01 {
  width: 89.6%;
  margin: 0 auto;
}

.c-inner02 {
  width: 89.6%;
  margin: 0 auto;
}

.c-inner03 {
  width: 89.6%;
  margin: 0 auto;
}

.c-btn01 {
  aspect-ratio: 335/65;
  width: 100%;
  border-radius: 4vw;
  background-color: #fff;
}
.c-btn01--mail {
  aspect-ratio: 298/63;
  width: 79.47vw;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #FFB529;
}
.c-btn01--blue {
  aspect-ratio: 290/65;
  width: 100%;
  border: 2px solid #84D5FF;
}
.c-btn01--map {
  aspect-ratio: 290/65;
  width: 85%;
  margin: 0 auto 13.33vw;
  border: 2px solid #84D5FF;
}
.c-btn01__link {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4vw;
}
.c-btn01__link::before {
  -webkit-mask-image: url(../img/common/icoArw01.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  right: 0;
  right: 3.47vw;
  bottom: 0;
  left: 0;
  left: auto;
  width: 3.47vw;
  height: 4.8vw;
  margin: auto;
  background-color: #333333;
  content: "";
  mask-image: url(../img/common/icoArw01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-btn01__link span {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-btn01__link span.txt-insta {
  position: relative;
  padding-left: 7.47vw;
}
.c-btn01__link span.txt-insta::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 5.87vw;
  height: 5.87vw;
  margin: auto;
  background-image: url("../img/common/icoInsta.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.c-btn01__link span.txt-mail {
  position: relative;
  padding-left: 16vw;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.c-btn01__link span.txt-mail::before {
  -webkit-mask-image: url(../img/common/icoMail.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 12.27vw;
  height: 7.47vw;
  margin: auto;
  background-color: #fff;
  content: "";
  mask-image: url(../img/common/icoMail.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.c-btn01__link--mail::before {
  display: none;
}

/*project*/
/*utility*/
/* .u-bl-lgpc {
  display: none !important;
  @include mq(max-lgpc) {
    display: block !important;
  }
}
.u-bl-pc {
  display: none !important;
  @include mq(max-pc) {
    display: block !important;
  }
}
.u-bl-tb {
  display: none !important;
  @include mq(max-tb) {
    display: block !important;
  }
}

.u-none-tb {
  @include mq(max-tb) {
    display: none !important;
  }
}
.u-none-pc {
  @include mq(max-pc) {
    display: none !important;
  }
}
.u-none-lgpc {
  @include mq(max-lgpc) {
    display: none !important;
  }
} */
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}
/*page*/
.index {
  z-index: 1;
  position: relative;
  background-color: #fff;
  animation: indexfadein 1s ease-in-out;
}
.index::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 140.8vw;
  margin: auto;
  background-image: url("../img/top/fvbg.png");
  background-position: center center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  opacity: var(--before-opacity, 0);
  transition: opacity 0.3s ease;
}

@keyframes indexfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-index-fv {
  background-color: #3FC4F5;
}
.p-index-fv__inner {
  position: relative;
  padding: 41.07vw 0 13.33vw;
}
.p-index-fv__ttl {
  z-index: 2;
  position: absolute;
  top: 14.93vw;
  right: 0;
  left: 0;
  margin: auto;
}
.p-index-fv__mvbox {
  position: relative;
  padding-bottom: 17.87vw;
}
.p-index-fv__swiper {
  overflow: visible;
}
.p-index-fv__swiper-container {
  -webkit-clip-path: circle(0% at 50% 50%);
  position: relative;
  overflow: hidden;
  border-radius: 8vw;
  clip-path: circle(0% at 50% 50%);
}
.p-index-fv__swiper-container.start {
  animation: clip-path-fv 1s 1s forwards ease-in-out;
}
@keyframes clip-path-fv {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
.p-index-fv__swiper-slide img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-fv__arwbox .swiper-button-next, .p-index-fv__arwbox .swiper-button-prev {
  display: none;
}
.p-index-fv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: -13.33vw;
}
.p-index-fv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 1.07vw;
  height: 1.07vw;
  margin: 0 1.6vw;
  background-color: #fff;
  opacity: 1;
}
.p-index-fv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F5D23F;
}
.p-index-fv .icoDenki01, .p-index-fv .icoDenki02 {
  z-index: 2;
  position: absolute;
}
.p-index-fv .icoDenki01 {
  top: -2.67vw;
  right: 0;
  width: 7.2vw;
}
.p-index-fv .icoDenki02 {
  bottom: -4.53vw;
  left: 0;
  width: 7.73vw;
}
.p-index-fv__catch {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 12vw;
  left: 0;
  width: 64.27vw;
  margin: auto;
}
.p-index-fv__txtBlk-expologo {
  display: block;
  width: 53.33vw;
  margin: 0 auto 4vw;
}
.p-index-fv__txtBlk-desc {
  margin-bottom: 8.53vw;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.05em;
}
.p-index-fv__txtBlk-desc02 {
  padding: 5.33vw 4.8vw;
  border-radius: 4vw;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
}

.p-index-achievement {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 26.67vw 0 17.33vw;
  background-color: #3FC4F5;
}
.p-index-achievement__img01 {
  position: relative;
  width: 72vw;
}
.p-index-achievement__img01 .soraisu_message {
  display: flex;
  position: absolute;
  top: -6em;
  left: 13.33vw;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  aspect-ratio: 364/185;
  width: 52vw;
  padding-bottom: 5.33vw;
  transform: rotate(5deg);
  background-image: url("../img/top/fukidashi.svg");
  background-position: center center;
  background-position: center top;
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-index-achievement__img02 {
  position: relative;
  width: 62.67vw;
}
.p-index-achievement__img02 .achieve02--full {
  display: none;
}
.p-index-achievement__img02-basein {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.p-index-achievement__img02-perimg {
  position: relative;
  aspect-ratio: 213/186;
  width: 36.8vw;
  margin: auto;
}
.p-index-achievement__img02-perimg .perimg {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-index-achievement__img02-perimg .perimg.act {
  opacity: 1;
}
.p-index-achievement__img02-txt01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2.13vw;
  padding: 0.1em 0.8em 0.15em;
  border-radius: 100px;
  background-color: #00CE34;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-index-achievement__img02-txt02 {
  margin: auto;
  margin-top: 0.27vw;
  margin-bottom: 2.67vw;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.p-index-achievement__img02-txt02 span {
  color: #00CE34;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.9;
}
.p-index-achievement__img02-txt03 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 -2.5em 1em;
  margin-top: 1.33vw;
  padding: 0.2em 0.8em 0.5em;
  border-radius: 1.87vw;
  background-color: #FFA700;
  color: #fff;
  font-weight: 900;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}
.p-index-achievement__img02-txt03::before {
  -webkit-clip-path: polygon(69% 0, 0 0, 100% 100%);
  position: absolute;
  top: 0;
  top: auto;
  right: 0;
  bottom: 0;
  bottom: -0.8em;
  left: 0;
  width: 2.5em;
  height: 1.5em;
  margin: auto;
  background-color: #FFA700;
  content: "";
  clip-path: polygon(69% 0, 0 0, 100% 100%);
}
.p-index-achievement__img02-txt03 span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 0.9;
  letter-spacing: 0.03em;
}
.p-index-achievement__img02-meterblk {
  margin-top: 1.33vw;
  padding: 4vw 2.67vw 1.33vw;
  border: 1px solid #00CE34;
  border-radius: 1.33vw;
}
.p-index-achievement__img02-meterblk .graph {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  height: 8vw;
  gap: 0 1.07vw;
}
.p-index-achievement__img02-meterblk .graph .graph_bar {
  width: 2.67vw;
  background-color: #D7D7D7;
  transition: all 0.3s ease;
}
.p-index-achievement__img02-meterblk .graph .graph_bar.act {
  background-color: #00CE34;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--01 {
  height: 10%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--02 {
  height: 20%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--03 {
  height: 30%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--04 {
  height: 40%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--05 {
  height: 50%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--06 {
  height: 60%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--07 {
  height: 70%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--08 {
  height: 80%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--09 {
  height: 90%;
}
.p-index-achievement__img02-meterblk .graph .graph_bar--10 {
  height: 100%;
}
.p-index-achievement__img02-meterblk .txtbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.33vw;
  gap: 0 1.33vw;
}
.p-index-achievement__img02-meterblk .txtbox .ttl {
  padding: 0.1em 1em 0.2em;
  border-radius: 100px;
  background-color: #333333;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
}
.p-index-achievement__img02-meterblk .txtbox .per {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-index-achievement__img02-meterblk .txtbox .per-num {
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-index-solaisuexpo {
  padding-bottom: 18.13vw;
  background-color: #3FC4F5;
}
.p-index-solaisuexpo__inner {
  z-index: 1;
  position: relative;
  padding: 8.8vw 0;
  border-radius: 8vw;
  background-color: #fff;
}
.p-index-solaisuexpo__ttl {
  width: 47.2vw;
  margin: 0 auto 5.33vw;
}
.p-index-solaisuexpo__txt01 {
  padding: 0 5.87vw 9.33vw;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
}
.p-index-solaisuexpo__swiper-container {
  margin: 0 8.8vw;
  overflow: hidden;
}
.p-index-solaisuexpo__swiper-slide .slide-img {
  display: block;
  margin-bottom: 5.33vw;
  overflow: hidden;
  border-radius: 5.33vw;
}
.p-index-solaisuexpo__swiper-slide .slide-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-solaisuexpo__swiper-slide .slide-ttl01 {
  width: 26.67vw;
  margin: auto;
}
.p-index-solaisuexpo__swiper-slide .slide-ttl02 {
  width: 29.87vw;
  margin: auto;
}
.p-index-solaisuexpo__swiper-slide .slide-ttl03 {
  width: 34.67vw;
  margin: auto;
}
.p-index-solaisuexpo__swiper-slide .slide-txt {
  margin-top: 3.73vw;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.05em;
}
.p-index-solaisuexpo__swiper-slide .slide-txt .ttl {
  margin-bottom: 2.67vw;
  text-align: center;
}
.p-index-solaisuexpo__swiper-slide .slide-txt .ttl-sub {
  display: inline-block;
  margin-right: 1em;
  padding: 0.1em 0.8em;
  border-radius: 100px;
  color: #fff;
  font-size: 4vw;
}
.p-index-solaisuexpo__swiper-slide .slide-txt .ttl-sub.red {
  background-color: rgba(255, 0, 2, 0.65);
}
.p-index-solaisuexpo__swiper-slide .slide-txt .ttl-sub.blue {
  background-color: rgba(63, 196, 245, 0.65);
}
.p-index-solaisuexpo__swiper-slide .slide-txt .ttl-sub.green {
  background-color: rgba(0, 206, 52, 0.65);
}
.p-index-solaisuexpo__arwbox .swiper-button-next, .p-index-solaisuexpo__arwbox .swiper-button-prev {
  z-index: 11;
  top: 33.33vw;
  width: 6.93vw;
  height: 6.93vw;
}
.p-index-solaisuexpo__arwbox .swiper-button-next::after, .p-index-solaisuexpo__arwbox .swiper-button-prev::after {
  display: none;
}
.p-index-solaisuexpo__arwbox .swiper-button-next img, .p-index-solaisuexpo__arwbox .swiper-button-prev img {
  width: 100%;
}
.p-index-solaisuexpo__arwbox .swiper-button-next {
  right: 0.8vw;
}
.p-index-solaisuexpo__arwbox .swiper-button-prev {
  left: 0.8vw;
  transform: rotate(180deg);
}
.p-index-solaisuexpo__cntbtn {
  margin: 8vw 5.87vw 0;
}
.p-index-solaisuexpo__cntbtnlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4.53vw 0;
}
.p-index-solaisuexpo__cntbtn-desc {
  margin-bottom: 4.53vw;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
  text-align: center;
}
.p-index-solaisuexpo__producer {
  position: relative;
  margin: 19.2vw 5.87vw 0;
  padding: 5.87vw 5.07vw 6.67vw;
  border-radius: 5.33vw;
  background-color: rgba(63, 196, 245, 0.2);
}
.p-index-solaisuexpo__producer-ttl {
  display: flex;
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40.8vw;
  height: 6.93vw;
  margin: auto;
  border-radius: 100px;
  background-color: #3FC4F5;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.p-index-solaisuexpo__producer-company {
  margin-bottom: 2.4vw;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
}
.p-index-solaisuexpo__producer-desc {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.p-index-solaisuexpo__producer-desc .linktxt {
  font-weight: 700;
  text-decoration: underline;
}

.contents_bg {
  border-radius: 8vw 8vw 0 0;
  background-color: #fff;
}

.p-index-about {
  padding: 12.8vw 0;
}
.p-index-about__ttl {
  margin-bottom: 5.33vw;
}
.p-index-about__ttl .fig {
  display: block;
  width: 27.47vw;
  margin: 0 auto;
}
.p-index-about__ttl .ttl-sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.67vw auto 0;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.p-index-about__ttl .ttl-sub--01 {
  color: #00CE34;
}
.p-index-about__ttl .ttl-sub--02 {
  color: #fff;
}
.p-index-about__frstdesc {
  margin: 0 5.87vw 16.8vw;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
}
.p-index-about__item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 10.13vw 5.87vw 13.33vw 5.87vw;
  border-radius: 5.33vw;
}
.p-index-about__item:not(:last-child) {
  margin-bottom: 22.13vw;
}
.p-index-about__item--01 {
  background-color: rgba(0, 206, 52, 0.1);
}
.p-index-about__item--02 {
  background-color: rgba(63, 196, 245, 0.1);
}
.p-index-about__item--03 {
  background-color: rgba(245, 210, 63, 0.1);
}
.p-index-about__item .item-box {
  display: contents;
}
.p-index-about__item .item-ttlbox {
  display: contents;
}
.p-index-about__item .item-num {
  display: block;
  position: absolute;
  top: -2em;
  right: 0;
  left: 0;
  margin: auto;
}
.p-index-about__item .item-num--01 {
  width: 13.87vw;
}
.p-index-about__item .item-num--02, .p-index-about__item .item-num--03 {
  width: 16vw;
}
.p-index-about__item .item-ttl {
  order: 1;
  margin-bottom: 5.33vw;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
.p-index-about__item .item-ttl--01 {
  color: #00CE34;
}
.p-index-about__item .item-ttl--02 {
  color: #3FC4F5;
}
.p-index-about__item .item-ttl--03 {
  color: #F5D23F;
}
.p-index-about__item .item-img {
  display: block;
  order: 2;
  width: 71.73vw;
  margin: 0 auto 5.33vw;
  overflow: hidden;
  border-radius: 5.33vw;
}
.p-index-about__item .item-desc {
  order: 3;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-index-howto {
  padding: 12.8vw 0 8vw;
  border-radius: 8vw 8vw 0 0;
  background-color: #3FC4F5;
}
.p-index-howto__ttl {
  margin-bottom: 5.33vw;
}
.p-index-howto__ttl .fig {
  display: block;
  width: 49.33vw;
  margin: 0 auto;
}
.p-index-howto__ttl .ttl-sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.67vw auto 0;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.p-index-howto__swiper-container {
  margin: 0 11.2vw;
  padding-top: 11.2vw;
  overflow: hidden;
}
.p-index-howto__swiper-slide {
  position: relative;
}
.p-index-howto__swiper-slide .slide-num {
  display: block;
  position: absolute;
  top: -10.4vw;
  right: 0;
  left: 0;
  width: 20.8vw;
  margin: auto;
}
.p-index-howto__swiper-slide .slide-img {
  display: block;
}
.p-index-howto__swiper-slide .slide-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-howto__swiper-slide .slide-txt {
  margin-top: 9.33vw;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.05em;
}
.p-index-howto__swiper-slide .slide-txt .ttl {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-index-howto__swiper-slide .slide-txt .desc {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-index-howto__arwbox .swiper-button-next, .p-index-howto__arwbox .swiper-button-prev {
  z-index: 11;
  top: 42.67vw;
  width: 6.93vw;
  height: 6.93vw;
}
.p-index-howto__arwbox .swiper-button-next::after, .p-index-howto__arwbox .swiper-button-prev::after {
  display: none;
}
.p-index-howto__arwbox .swiper-button-next img, .p-index-howto__arwbox .swiper-button-prev img {
  width: 100%;
}
.p-index-howto__arwbox .swiper-button-next {
  right: 2.13vw;
}
.p-index-howto__arwbox .swiper-button-prev {
  left: 2.13vw;
  transform: rotate(180deg);
}
.p-index-howto__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 44vw;
}
.p-index-howto__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 1.07vw;
  height: 1.07vw;
  margin: 0 1.6vw;
  background-color: #fff;
  opacity: 1;
}
.p-index-howto__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F5D23F;
}
.p-index-howto__note {
  width: 90%;
  margin: 5.33vw auto 0;
  padding: 5.33vw 4.8vw;
  border-radius: 4vw;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}

.p-index-solaisulite {
  border-radius: 8vw;
  background-color: #fff;
}
.p-index-solaisulite__inner {
  padding: 10.67vw 0 16vw;
}
.p-index-solaisulite__ttl {
  width: 83.73vw;
  margin: 0 auto 9.6vw;
}
.p-index-solaisulite__box:not(:last-child) {
  margin-bottom: 13.33vw;
}
.p-index-solaisulite__boxwp {
  display: contents;
}
.p-index-solaisulite .box-img {
  display: block;
  width: 100%;
}
.p-index-solaisulite .box-img--01 {
  margin-bottom: 8vw;
}
.p-index-solaisulite .box-img--02 {
  width: 56vw;
  margin: auto;
}
.p-index-solaisulite .box-img--03 {
  margin-bottom: 5.33vw;
}
.p-index-solaisulite .box-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 58.67vw;
  height: 8vw;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #3FC4F5;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-index-solaisulite .box-ttl--01 {
  margin-bottom: 5.33vw;
}
.p-index-solaisulite .box-ttl--02 {
  margin-bottom: 3.2vw;
}
.p-index-solaisulite .box-ttl--03 {
  margin-bottom: 5.33vw;
}
.p-index-solaisulite .box-desc {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.p-index-solaisulite .box-desc--02 {
  margin-bottom: 5.33vw;
  line-height: 1.5;
  text-align: center;
}
.p-index-solaisulite .box-desc--03bold {
  margin-bottom: 4vw;
  font-weight: 700;
  line-height: 1.63;
  text-align: center;
}
.p-index-solaisulite .box-btn {
  margin-top: 5.33vw;
}
@media screen and (max-width: 1536px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1500px) {
  body {
    margin: 0;
  }
  .l-header__c-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1289px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 896px) {
  body {
    margin: 0;
  }
  .ptmt {
    margin-top: -21.33vw;
    padding-top: 21.33vw;
  }
  .l-header__navsp {
    z-index: -1;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 0;
    height: 0;
    padding-top: 14.4vw;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .l-header__navsp.act {
    z-index: 100;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    height: 50vh;
    padding: 0 0 0;
    background-color: rgba(255, 255, 255, 0.97);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
  .l-header__navsp.act .navmenu {
    visibility: visible;
    z-index: 100;
    align-items: stretch;
    justify-content: flex-start;
    opacity: 1;
  }
  .l-header__navmenu {
    display: flex;
    visibility: hidden;
    z-index: -1;
    position: relative;
    flex-direction: row;
    flex-direction: column;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    margin-top: 0;
    padding: 13.33vw 4.8vw 8vw;
    overflow-y: scroll;
    opacity: 0;
  }
  .l-header__menu01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    margin: 0 4.8vw;
  }
  .l-header__menu01_item {
    border-bottom: 1px solid #3FC4F5;
  }
  .l-header__menu01_item:last-child {
    border-bottom: none;
  }
  .l-header__menu01_item-link {
    display: block;
    padding: 5.33vw 0;
    color: #3FC4F5;
  }
  .l-header__c-tel {
    aspect-ratio: 166/30;
    width: 44.27vw;
    margin: 8vw auto 0;
  }
  .l-header__c-tel-txt {
    padding-left: 7.47vw;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .l-header__c-tel-txt::before {
    width: 5.6vw;
    height: 5.6vw;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 897px) {
  html {
    font-size: 0.6666666667vw;
  }
  .l-header {
    position: fixed;
  }
  .l-header.scrolled {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .l-header__hed_bg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: clamp(0px, 6.25vw, 96px);
    padding-top: 0;
  }
  .l-header__logo {
    width: clamp(0px, 9.64vw, 148px);
    margin-left: clamp(0px, 3.52vw, 54px);
  }
  .l-header__spNavWp {
    display: none;
  }
  .l-header__navsp {
    margin-right: clamp(0px, 2.41vw, 37px);
  }
  .l-header__menu01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0 clamp(0px, 3.13vw, 48px);
  }
  .l-header__menu01_item {
    border-bottom: none;
  }
  .l-header__menu01_item-link {
    color: #fff;
  }
  .l-header__menu01_item-link.scrolled {
    color: #3FC4F5;
  }
  .l-header__menu01_item-txt {
    display: block;
    transform: scale(1);
    font-size: 18px;
    font-size: 1.8rem;
    transition: transform 0.3s ease-in-out;
  }
  .l-header__menu01_item-txt:hover {
    transform: scale(1.1);
    font-weight: 900;
  }
  .l-footer {
    padding: clamp(0px, 6.51vw, 100px) 0 clamp(0px, 2.8vw, 43px);
  }
  .l-footer__list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: clamp(0px, 10.61vw, 163px);
    gap: clamp(0px, 4.1vw, 63px) clamp(0px, 3.26vw, 50px);
  }
  .l-footer__snsttl {
    margin-bottom: clamp(0px, 1.89vw, 29px);
    font-size: 22px;
    font-size: 2.2rem;
  }
  .l-footer__sns {
    margin-bottom: clamp(0px, 3.45vw, 53px);
    gap: clamp(0px, 4.17vw, 64px);
  }
  .l-footer__sns-item {
    width: clamp(0px, 7.1vw, 109px);
  }
  .l-footer__copy {
    font-size: 20px;
    font-size: 2rem;
  }
  .teiten {
    right: clamp(0px, 2.6vw, 40px);
    bottom: clamp(0px, 1.95vw, 30px);
    left: auto;
    height: clamp(0px, 7.81vw, 120px);
    padding: 0 2.1vw;
  }
  .teiten__icon {
    top: -2.6vw;
    right: clamp(0px, -0.52vw, -8px);
    width: clamp(0px, 6.51vw, 100px);
    height: clamp(0px, 7.68vw, 118px);
  }
  .teiten__icon::after {
    width: clamp(0px, 6.51vw, 100px);
    height: clamp(0px, 7.68vw, 118px);
  }
  .teiten__ttl {
    width: clamp(0px, 19.66vw, 302px);
    height: clamp(0px, 2.47vw, 38px);
    font-size: 22px;
    font-size: 2.2rem;
  }
  .teiten__num {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0;
  }
  .teiten__num .odometer {
    font-size: 81px;
    font-size: 8.1rem;
  }
  .c-inner01 {
    width: 90%;
    max-width: 1280px;
  }
  .c-inner02 {
    width: 90%;
    max-width: 1130px;
  }
  .c-inner03 {
    width: 90%;
    max-width: 992px;
  }
  .c-btn01 {
    aspect-ratio: 530/110;
    width: clamp(0px, 34.51vw, 530px);
    border-radius: clamp(0px, 0.98vw, 15px);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .c-btn01:hover {
    background-color: #20629B;
  }
  .c-btn01:hover a {
    color: #fff;
  }
  .c-btn01:hover a::before {
    background-color: #fff;
  }
  .c-btn01--mail {
    aspect-ratio: 500/106;
    width: clamp(0px, 32.55vw, 500px);
    border-radius: 100px;
  }
  .c-btn01--mail:hover {
    border-color: #FFB529;
    background-color: #fff;
  }
  .c-btn01--mail:hover .txt-mail {
    color: #FFB529;
  }
  .c-btn01--mail:hover .txt-mail::before {
    background-color: #FFB529;
  }
  .c-btn01--blue {
    aspect-ratio: 530/110;
    width: clamp(0px, 34.51vw, 530px);
    border: 2px solid #84D5FF;
  }
  .c-btn01--blue:hover {
    border-color: #D8F3FD;
    background-color: #D8F3FD;
  }
  .c-btn01--blue:hover a {
    color: #333333;
  }
  .c-btn01--blue:hover a::before {
    background-color: #333333;
  }
  .c-btn01--map {
    margin-bottom: clamp(0px, 5.21vw, 80px);
  }
  .c-btn01__link {
    border-radius: clamp(0px, 0.98vw, 15px);
  }
  .c-btn01__link::before {
    right: clamp(0px, 1.63vw, 25px);
    width: clamp(0px, 1.43vw, 22px);
    height: clamp(0px, 1.95vw, 30px);
  }
  .c-btn01__link span {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .c-btn01__link span.txt-insta {
    padding-left: clamp(0px, 3.13vw, 48px);
  }
  .c-btn01__link span.txt-insta::before {
    width: clamp(0px, 2.34vw, 36px);
    height: clamp(0px, 2.34vw, 36px);
  }
  .c-btn01__link span.txt-mail {
    padding-left: clamp(0px, 6.18vw, 95px);
    font-size: 32px;
    font-size: 3.2rem;
  }
  .c-btn01__link span.txt-mail::before {
    width: clamp(0px, 5.08vw, 78px);
    height: clamp(0px, 3.13vw, 48px);
  }
  .index::before {
    height: clamp(0px, 125vw, 1920px);
    background-image: url(../img/top/fvbgpc.png);
    background-size: 100%;
  }
  .p-index-fv__inner {
    padding: clamp(0px, 9.77vw, 150px) 0 clamp(0px, 6.51vw, 100px);
  }
  .p-index-fv__ttl {
    top: clamp(0px, 5.53vw, 85px);
    width: clamp(0px, 32.81vw, 504px);
  }
  .p-index-fv__mvbox {
    padding-bottom: clamp(0px, 8.53vw, 131px);
  }
  .p-index-fv__swiper-container {
    border-radius: clamp(0px, 4.88vw, 75px);
  }
  .p-index-fv__arwbox .swiper-button-next, .p-index-fv__arwbox .swiper-button-prev {
    display: block;
    z-index: 11;
    top: 52%;
    width: clamp(0px, 2.54vw, 39px);
    height: clamp(0px, 2.54vw, 39px);
    transition: opacity 0.3s ease;
  }
  .p-index-fv__arwbox .swiper-button-next:hover, .p-index-fv__arwbox .swiper-button-prev:hover {
    opacity: 0.8;
  }
  .p-index-fv__arwbox .swiper-button-next::after, .p-index-fv__arwbox .swiper-button-prev::after {
    display: none;
  }
  .p-index-fv__arwbox .swiper-button-next img, .p-index-fv__arwbox .swiper-button-prev img {
    width: 100%;
  }
  .p-index-fv__arwbox .swiper-button-next {
    right: -2.3em;
  }
  .p-index-fv__arwbox .swiper-button-prev {
    left: -2.3em;
    transform: rotate(180deg);
  }
  .p-index-fv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5.5rem;
  }
  .p-index-fv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: clamp(0px, 0.39vw, 6px);
    height: clamp(0px, 0.39vw, 6px);
    margin: 0 clamp(0px, 0.65vw, 10px);
  }
  .p-index-fv .icoDenki01 {
    top: -8rem;
    right: -1.5rem;
    width: clamp(0px, 6.51vw, 100px);
    transform: rotate(10deg);
  }
  .p-index-fv .icoDenki02 {
    bottom: -5.5rem;
    width: clamp(0px, 7.16vw, 110px);
  }
  .p-index-fv__catch {
    bottom: clamp(0px, 6.84vw, 105px);
    width: clamp(0px, 23.18vw, 356px);
  }
  .p-index-fv__txtBlk {
    width: 80%;
    max-width: 992px;
    margin: auto;
  }
  .p-index-fv__txtBlk-expologo {
    width: clamp(0px, 24.09vw, 370px);
    margin-bottom: clamp(0px, 3.91vw, 60px);
  }
  .p-index-fv__txtBlk-desc {
    margin-bottom: clamp(0px, 3.26vw, 50px);
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.4;
    text-align: center;
  }
  .p-index-fv__txtBlk-desc02 {
    padding: clamp(0px, 1.95vw, 30px) clamp(0px, 2.6vw, 40px);
    border-radius: clamp(0px, 0.98vw, 15px);
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.4;
  }
  .p-index-achievement {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding: clamp(0px, 5.86vw, 90px) 0 clamp(0px, 13.02vw, 200px);
  }
  .p-index-achievement__img01 {
    width: clamp(0px, 44.92vw, 690px);
  }
  .p-index-achievement__img01 .soraisu_message {
    top: -5em;
    left: clamp(0px, 7.16vw, 110px);
    width: clamp(0px, 23.7vw, 364px);
    padding-bottom: clamp(0px, 1.95vw, 30px);
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.13;
  }
  .p-index-achievement__img02 {
    width: clamp(0px, 21.74vw, 334px);
  }
  .p-index-achievement__img02.large-num {
    width: clamp(0px, 23.44vw, 360px);
  }
  .p-index-achievement__img02-perimg {
    aspect-ratio: 213/186;
    width: clamp(0px, 12.37vw, 190px);
  }
  .p-index-achievement__img02-txt01 {
    margin-top: clamp(0px, 0.52vw, 8px);
    padding: 0.2em 1em;
    font-weight: 900;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-index-achievement__img02-txt02 {
    margin-top: clamp(0px, 0.13vw, 2px);
    margin-bottom: clamp(0px, 1.3vw, 20px);
    font-size: 29px;
    font-size: 2.9rem;
  }
  .p-index-achievement__img02-txt02 span {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .p-index-achievement__img02-txt03 {
    margin-top: clamp(0px, 0.65vw, 10px);
    border-radius: clamp(0px, 0.46vw, 7px);
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-index-achievement__img02-txt03 span {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .p-index-achievement__img02-meterblk {
    margin-top: clamp(0px, 0.33vw, 5px);
    padding: clamp(0px, 1.17vw, 18px) clamp(0px, 0.65vw, 10px) clamp(0px, 0.33vw, 5px);
    border-width: 2px;
    border-radius: clamp(0px, 0.33vw, 5px);
  }
  .p-index-achievement__img02-meterblk .graph {
    height: clamp(0px, 3.26vw, 50px);
    gap: 0 clamp(0px, 0.33vw, 5px);
  }
  .p-index-achievement__img02-meterblk .graph .graph_bar {
    width: clamp(0px, 0.98vw, 15px);
  }
  .p-index-achievement__img02-meterblk .txtbox {
    margin-top: clamp(0px, 0.33vw, 5px);
    gap: 0 clamp(0px, 0.65vw, 10px);
  }
  .p-index-achievement__img02-meterblk .txtbox .ttl {
    font-weight: 500;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-index-achievement__img02-meterblk .txtbox .per {
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-index-achievement__img02-meterblk .txtbox .per-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .p-index-solaisuexpo {
    padding-bottom: clamp(0px, 13.02vw, 200px);
  }
  .p-index-solaisuexpo__inner {
    padding: clamp(0px, 4.56vw, 70px) clamp(0px, 4.82vw, 74px) clamp(0px, 6.51vw, 100px);
    border-radius: clamp(0px, 4.88vw, 75px);
  }
  .p-index-solaisuexpo__ttl {
    width: clamp(0px, 17.32vw, 266px);
    margin-bottom: clamp(0px, 3.26vw, 50px);
  }
  .p-index-solaisuexpo__txt01 {
    padding: 0 clamp(0px, 6.84vw, 105px) clamp(0px, 3.91vw, 60px);
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.4;
    text-align: center;
  }
  .p-index-solaisuexpo__swiper-container {
    margin: 0;
  }
  .p-index-solaisuexpo__swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 clamp(0px, 6.51vw, 100px);
  }
  .p-index-solaisuexpo__swiper-slide .slide-img {
    margin-bottom: clamp(0px, 1.69vw, 26px);
    border-radius: clamp(0px, 1.3vw, 20px);
  }
  .p-index-solaisuexpo__swiper-slide .slide-ttl01 {
    width: clamp(0px, 9.77vw, 150px);
  }
  .p-index-solaisuexpo__swiper-slide .slide-ttl02 {
    width: clamp(0px, 10.94vw, 168px);
  }
  .p-index-solaisuexpo__swiper-slide .slide-ttl03 {
    width: clamp(0px, 12.7vw, 195px);
  }
  .p-index-solaisuexpo__swiper-slide .slide-txt {
    margin-top: clamp(0px, 1.69vw, 26px);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .p-index-solaisuexpo__swiper-slide .slide-txt .ttl {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    gap: clamp(0px, 0.33vw, 5px) 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-index-solaisuexpo__swiper-slide .slide-txt .ttl-sub {
    margin-right: 0;
    padding: 0.2em 1em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .p-index-solaisuexpo__swiper-slide .slide-txt .desc {
    text-align: center;
  }
  .p-index-solaisuexpo__cntbtn {
    margin: clamp(0px, 3.26vw, 50px) 0 0;
  }
  .p-index-solaisuexpo__cntbtnlist {
    flex-direction: row;
    justify-content: center;
    gap: 0 clamp(0px, 3.26vw, 50px);
  }
  .p-index-solaisuexpo__cntbtn-desc {
    margin-bottom: clamp(0px, 1.95vw, 30px);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .p-index-solaisuexpo__producer {
    margin: clamp(0px, 8.46vw, 130px) 0 0;
    padding: clamp(0px, 3.26vw, 50px) clamp(0px, 2.86vw, 44px) clamp(0px, 3.52vw, 54px);
    border-radius: clamp(0px, 1.95vw, 30px);
    background-color: rgba(63, 196, 245, 0.3);
  }
  .p-index-solaisuexpo__producer-ttl {
    top: -0.8em;
    width: clamp(0px, 16.28vw, 250px);
    height: clamp(0px, 2.47vw, 38px);
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-index-solaisuexpo__producer-company {
    margin-bottom: clamp(0px, 1.37vw, 21px);
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-index-solaisuexpo__producer-company:hover {
    text-decoration: none;
  }
  .p-index-solaisuexpo__producer-desc {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.09;
  }
  .p-index-solaisuexpo__producer-desc .linktxt:hover {
    text-decoration: none;
  }
  .contents_bg {
    border-radius: clamp(0px, 4.88vw, 75px) clamp(0px, 4.88vw, 75px) 0 0;
  }
  .p-index-about {
    padding: clamp(0px, 5.21vw, 80px) 0 clamp(0px, 17.32vw, 266px);
  }
  .p-index-about__ttl {
    margin-bottom: clamp(0px, 3.26vw, 50px);
  }
  .p-index-about__ttl .fig {
    width: clamp(0px, 9.31vw, 143px);
  }
  .p-index-about__ttl .ttl-sub {
    margin-top: clamp(0px, 0.98vw, 15px);
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-index-about__frstdesc {
    margin: 0 0 clamp(0px, 4.56vw, 70px);
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.4;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-index-about__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0px, 3.71vw, 57px) clamp(0px, 5.08vw, 78px);
    border-radius: clamp(0px, 2.6vw, 40px);
  }
  .p-index-about__item--rev {
    flex-direction: row-reverse;
  }
  .p-index-about__item:not(:last-child) {
    margin-bottom: clamp(0px, 4.56vw, 70px);
  }
  .p-index-about__item .item-box {
    display: block;
    width: 51.3274336283%;
  }
  .p-index-about__item .item-ttlbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: clamp(0px, 1.3vw, 20px);
    gap: 0 clamp(0px, 1.3vw, 20px);
  }
  .p-index-about__item .item-num {
    position: static;
    margin: 0;
  }
  .p-index-about__item .item-num--01 {
    width: clamp(0px, 4.43vw, 68px);
  }
  .p-index-about__item .item-num--02, .p-index-about__item .item-num--03 {
    width: clamp(0px, 4.95vw, 76px);
  }
  .p-index-about__item .item-ttl {
    margin-bottom: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.46;
  }
  .p-index-about__item .item-img {
    width: clamp(0px, 31.9vw, 490px);
    width: 43.3628318584%;
    margin: 0;
    border-radius: clamp(0px, 1.3vw, 20px);
  }
  .p-index-about__item .item-desc {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.3;
    letter-spacing: 0.1em;
  }
  .p-index-howto {
    padding: clamp(0px, 5.21vw, 80px) 0 clamp(0px, 11.39vw, 175px);
    border-radius: clamp(0px, 4.88vw, 75px) clamp(0px, 4.88vw, 75px) 0 0;
  }
  .p-index-howto__ttl {
    margin-bottom: 0;
  }
  .p-index-howto__ttl .fig {
    width: clamp(0px, 16.67vw, 256px);
  }
  .p-index-howto__ttl .ttl-sub {
    margin-top: clamp(0px, 1.11vw, 17px);
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-index-howto__swiper {
    width: 90%;
    max-width: clamp(0px, 64.58vw, 992px);
    margin: auto;
  }
  .p-index-howto__swiper-container {
    margin: auto;
    margin: 0 clamp(0px, 16.54vw, 254px);
    padding-top: clamp(0px, 6.84vw, 105px);
  }
  .p-index-howto__swiper-slide .slide-num {
    top: -6em;
    width: clamp(0px, 7.23vw, 111px);
  }
  .p-index-howto__swiper-slide .slide-txt {
    margin-top: clamp(0px, 4.43vw, 68px);
  }
  .p-index-howto__swiper-slide .slide-txt .ttl {
    margin-bottom: clamp(0px, 0.65vw, 10px);
  }
  .p-index-howto__swiper-slide .slide-txt .desc {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.45;
    text-align: center;
  }
  .p-index-howto__arwbox .swiper-button-next, .p-index-howto__arwbox .swiper-button-prev {
    top: clamp(0px, 17.58vw, 270px);
    width: clamp(0px, 3.78vw, 58px);
    height: clamp(0px, 3.78vw, 58px);
    transition: opacity 0.3s ease;
  }
  .p-index-howto__arwbox .swiper-button-next:hover, .p-index-howto__arwbox .swiper-button-prev:hover {
    opacity: 0.8;
  }
  .p-index-howto__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: clamp(0px, 9.77vw, 150px);
  }
  .p-index-howto__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: clamp(0px, 0.39vw, 6px);
    height: clamp(0px, 0.39vw, 6px);
    margin: 0 clamp(0px, 0.65vw, 10px);
  }
  .p-index-howto__note {
    width: clamp(0px, 32.55vw, 500px);
    margin-top: clamp(0px, 0.65vw, 10px);
    padding: clamp(0px, 1.95vw, 30px) clamp(0px, 2.6vw, 40px);
    border-radius: clamp(0px, 0.98vw, 15px);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.67;
  }
  .p-index-solaisulite {
    border-radius: clamp(0px, 4.88vw, 75px);
  }
  .p-index-solaisulite__inner {
    padding: clamp(0px, 5.21vw, 80px) 0 clamp(0px, 9.44vw, 145px);
  }
  .p-index-solaisulite__ttl {
    width: clamp(0px, 21.29vw, 327px);
    margin: 0 auto clamp(0px, 3.26vw, 50px);
  }
  .p-index-solaisulite__box--02, .p-index-solaisulite__box--03 {
    width: 46.7%;
    margin-bottom: 0 !important;
  }
  .p-index-solaisulite__box:not(:last-child) {
    margin-bottom: clamp(0px, 6.51vw, 100px);
  }
  .p-index-solaisulite__boxwp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-index-solaisulite .box-img--01 {
    margin-bottom: clamp(0px, 5.21vw, 80px);
  }
  .p-index-solaisulite .box-img--02 {
    width: clamp(0px, 21.35vw, 328px);
  }
  .p-index-solaisulite .box-img--03 {
    margin-bottom: clamp(0px, 1.3vw, 20px);
  }
  .p-index-solaisulite .box-ttl {
    width: 100%;
    height: clamp(0px, 3.58vw, 55px);
    border-radius: clamp(0px, 0.98vw, 15px);
    font-size: 37px;
    font-size: 3.7rem;
  }
  .p-index-solaisulite .box-ttl--01 {
    margin-bottom: clamp(0px, 1.5vw, 23px);
  }
  .p-index-solaisulite .box-ttl--02 {
    margin-bottom: clamp(0px, 2.15vw, 33px);
  }
  .p-index-solaisulite .box-ttl--03 {
    margin-bottom: clamp(0px, 2.15vw, 33px);
  }
  .p-index-solaisulite .box-desc {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.92;
  }
  .p-index-solaisulite .box-desc--02 {
    margin-top: clamp(0px, 1.56vw, 24px);
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-index-solaisulite .box-desc--03 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-index-solaisulite .box-desc--03bold {
    margin-bottom: clamp(0px, 1.5vw, 23px);
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55;
  }
  .p-index-solaisulite .box-btn {
    margin: clamp(0px, 2.6vw, 40px) auto 0;
  }
}
@media screen and (min-width: 1290px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1501px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 62.5%;
  }
  img {
    width: 100%;
  }
  .c-inner01 {
    width: clamp(0px, 83.33vw, 1280px) !important;
    max-width: none;
  }
  .c-inner02 {
    width: clamp(0px, 73.57vw, 1130px) !important;
    max-width: none;
  }
  .c-inner03 {
    width: clamp(0px, 64.58vw, 992px) !important;
    max-width: none;
  }
}
@media screen and (min-width: 1025px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}</pre></body></html>