@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;500&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

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

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

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- font-size ----- */
/* -------------------------------------------- */
/* --------------- Noto Sans JP --------------- */
/* -------------------------------------------- */
/* regular */
/* medium */
/* bold */
/* -------------------------------------------- */
/* -------------------- Teko ------------------ */
/* -------------------------------------------- */
/* regular */
/* medium */
/* ---------- visit page animation ---------- */
.js-visit-scale {
  opacity: 0;
  transform: scale(1.1);
  display: block;
}
.js-visit-scale.is-inview {
  opacity: 1;
  transform: scale(1);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  opacity: 0;
}
body.is-inview {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-visit-up {
  overflow: hidden;
}
.js-visit-up .js-animation {
  transform: translate3d(0, 100%, 0);
}
.js-visit-up.is-inview .js-animation {
  transform: translate3d(0, 0, 0);
  transition: transform 1.4s;
}

/* ------------------- common animation ------------------- */
.js-fadeup {
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(40px);
  opacity: 0;
}
.js-fadeup.is-inview {
  transform: translateY(0px);
  opacity: 1;
}

.js-imgup {
  overflow: hidden;
  position: relative;
}
.js-imgup:before {
  content: "";
  transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.js-imgup.service:before, .js-imgup.skill:before, .js-imgup.safety:before, .js-imgup.mjp:before, .js-imgup.solar:before, .js-imgup.a-case:before, .js-imgup.c-case:before, .js-imgup.a-news:before, .js-imgup.c-news:before, .js-imgup.s-news:before, .js-imgup.privacy:before, .js-imgup.notfound:before, .js-imgup.gray3:before {
  background-color: #F7F7F7;
}
.js-imgup.uwwa:before, .js-imgup.stad:before, .js-imgup.about:before, .js-imgup.gray4:before {
  background-color: #F0F0F0;
}
.js-imgup.s-case:before {
  background-color: #F0F0F0;
}
@media only screen and (max-width: 767px) {
  .js-imgup.s-case:before {
    background-color: #F7F7F7;
  }
}
.js-imgup.is-inview:before {
  top: -100%;
}

.js-imgup2 {
  overflow: hidden;
  position: relative;
}
.js-imgup2:after {
  content: "";
  transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.js-imgup2.gray3:after {
  background-color: #F7F7F7;
}
.js-imgup2.gray4:after {
  background-color: #F0F0F0;
}
.js-imgup2.is-inview:after {
  top: -100%;
}

.js-cimgup .js-animation {
  overflow: hidden;
  position: relative;
}
.js-cimgup .js-animation:before {
  content: "";
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.js-cimgup.is-inview .js-animation:before {
  top: -100%;
}

.js-cimgup2 .js-animation {
  overflow: hidden;
  position: relative;
}
.js-cimgup2 .js-animation:after {
  content: "";
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.js-cimgup2.is-inview .js-animation:after {
  top: -100%;
}

.js-showup {
  overflow: hidden;
}
.js-showup.is-inview span {
  transform: translate3d(0, 0, 0);
  transition: transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.js-showup span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
}

/* ------------------- slide ------------------- */
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ------------------- delay ------------------- */
.js-delay-1 {
  transition-delay: 0s !important;
}
.js-delay-1:before {
  transition-delay: 0s !important;
}
.js-delay-1:after {
  transition-delay: 0s !important;
}
.js-delay-1 .js-animation {
  transition-delay: 0s !important;
}

.js-delay-2 {
  transition-delay: 0.1s !important;
}
.js-delay-2:before {
  transition-delay: 0.1s !important;
}
.js-delay-2:after {
  transition-delay: 0.1s !important;
}
.js-delay-2 .js-animation {
  transition-delay: 0.1s !important;
}

.js-delay-3 {
  transition-delay: 0.2s !important;
}
.js-delay-3:before {
  transition-delay: 0.2s !important;
}
.js-delay-3:after {
  transition-delay: 0.2s !important;
}
.js-delay-3 .js-animation {
  transition-delay: 0.2s !important;
}

.js-delay-4 {
  transition-delay: 0.3s !important;
}
.js-delay-4:before {
  transition-delay: 0.3s !important;
}
.js-delay-4:after {
  transition-delay: 0.3s !important;
}
.js-delay-4 .js-animation {
  transition-delay: 0.3s !important;
}

.js-delay-5 {
  transition-delay: 0.4s !important;
}
.js-delay-5:before {
  transition-delay: 0.4s !important;
}
.js-delay-5:after {
  transition-delay: 0.4s !important;
}
.js-delay-5 .js-animation {
  transition-delay: 0.4s !important;
}

.js-delay-6 {
  transition-delay: 0.5s !important;
}
.js-delay-6:before {
  transition-delay: 0.5s !important;
}
.js-delay-6:after {
  transition-delay: 0.5s !important;
}
.js-delay-6 .js-animation {
  transition-delay: 0.5s !important;
}

.js-delay-7 {
  transition-delay: 0.6s !important;
}
.js-delay-7:before {
  transition-delay: 0.6s !important;
}
.js-delay-7:after {
  transition-delay: 0.6s !important;
}
.js-delay-7 .js-animation {
  transition-delay: 0.6s !important;
}

.js-delay-8 {
  transition-delay: 0.7s !important;
}
.js-delay-8:before {
  transition-delay: 0.7s !important;
}
.js-delay-8:after {
  transition-delay: 0.7s !important;
}
.js-delay-8 .js-animation {
  transition-delay: 0.7s !important;
}

.js-delay-9 {
  transition-delay: 0.8s !important;
}
.js-delay-9:before {
  transition-delay: 0.8s !important;
}
.js-delay-9:after {
  transition-delay: 0.8s !important;
}
.js-delay-9 .js-animation {
  transition-delay: 0.8s !important;
}

.js-delay-10 {
  transition-delay: 0.9s !important;
}
.js-delay-10:before {
  transition-delay: 0.9s !important;
}
.js-delay-10:after {
  transition-delay: 0.9s !important;
}
.js-delay-10 .js-animation {
  transition-delay: 0.9s !important;
}

.js-delay-11 {
  transition-delay: 1s !important;
}
.js-delay-11:before {
  transition-delay: 1s !important;
}
.js-delay-11:after {
  transition-delay: 1s !important;
}
.js-delay-11 .js-animation {
  transition-delay: 1s !important;
}

.js-delay-12 {
  transition-delay: 1.1s !important;
}
.js-delay-12:before {
  transition-delay: 1.1s !important;
}
.js-delay-12:after {
  transition-delay: 1.1s !important;
}
.js-delay-12 .js-animation {
  transition-delay: 1.1s !important;
}

.js-delay-13 {
  transition-delay: 1.2s !important;
}
.js-delay-13:before {
  transition-delay: 1.2s !important;
}
.js-delay-13:after {
  transition-delay: 1.2s !important;
}
.js-delay-13 .js-animation {
  transition-delay: 1.2s !important;
}

.js-delay-14 {
  transition-delay: 1.3s !important;
}
.js-delay-14:before {
  transition-delay: 1.3s !important;
}
.js-delay-14:after {
  transition-delay: 1.3s !important;
}
.js-delay-14 .js-animation {
  transition-delay: 1.3s !important;
}

.js-delay-15 {
  transition-delay: 1.4s !important;
}
.js-delay-15:before {
  transition-delay: 1.4s !important;
}
.js-delay-15:after {
  transition-delay: 1.4s !important;
}
.js-delay-15 .js-animation {
  transition-delay: 1.4s !important;
}

.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

a,
button {
  color: #00102B;
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
a:before, a:after,
button:before,
button:after {
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
a span,
button span {
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
a span:before, a span:after,
button span:before,
button span:after {
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}

svg path {
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  color: #00102B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}

p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

.main {
  overflow: hidden;
}

.header {
  position: absolute;
  z-index: 7;
  top: -72px;
  left: 0;
  width: 100%;
  height: 72px;
  transition: top 0.5s ease;
  padding-left: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1250px) {
  .header {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    height: 64px;
    top: -64px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 400px) {
  .header {
    height: 50px;
    top: -50px;
  }
}
.header.is-inview {
  position: fixed;
  top: 0;
}
.header .container {
  margin-top: 72px;
}
@media only screen and (max-width: 600px) {
  .header .container {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 400px) {
  .header .container {
    margin-top: 50px;
  }
}
.header .container.is-inview {
  margin-top: 0;
}
.header .container.col-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .container .logo__wrap {
  width: 235px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .header .container .logo__wrap {
    width: 232px;
    height: 64px;
  }
}
@media only screen and (max-width: 400px) {
  .header .container .logo__wrap {
    height: 50px;
    width: 180px;
  }
}
.header .container .logo__wrap .header-logo .logo {
  display: block;
  width: 235px;
}
@media only screen and (max-width: 400px) {
  .header .container .logo__wrap .header-logo .logo {
    width: 175px;
  }
}
.header .container .logo__wrap .header-logo .logo img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1250px) {
  .header .container .pc-gnav__wrap {
    display: none;
  }
}
.header .container .pc-gnav__wrap .gnav {
  display: flex;
  justify-content: flex-end;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  padding-right: 24px;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .info .tel {
  margin-right: 8px;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .info .tel p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .info .tel p .icon {
  display: block;
  width: 10px;
  margin-right: 7px;
  padding-bottom: 5px;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .info .tel p .txt {
  display: block;
  font-size: 20px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .info .tel a {
  color: #00102B;
  text-decoration: none;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .info .sale p {
  font-size: 10px;
  line-height: 1.4;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px 12px 0;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item {
  padding: 0 16px;
  position: relative;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item:not(:last-of-type) {
  border-right: 1px solid #C0C5C9;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item.is-active {
  position: relative;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item.is-active:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00A0DB;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item.is-active .link .link__inner {
  color: #00A0DB;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link:hover .link__inner {
    color: #00A0DB;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link:active .link__inner {
    color: #00A0DB;
  }
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link .link__inner {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link.js-delay-2 .js-animation {
  transition: color 0.6s 0s cubic-bezier(0.32, 0.94, 0.6, 1), transform 0.6s 0.1s cubic-bezier(0.32, 0.94, 0.6, 1) !important;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link.js-delay-3 .js-animation {
  transition: color 0.6s 0s cubic-bezier(0.32, 0.94, 0.6, 1), transform 0.6s 0.2s cubic-bezier(0.32, 0.94, 0.6, 1) !important;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link.js-delay-4 .js-animation {
  transition: color 0.6s 0s cubic-bezier(0.32, 0.94, 0.6, 1), transform 0.6s 0.3s cubic-bezier(0.32, 0.94, 0.6, 1) !important;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link.js-delay-5 .js-animation {
  transition: color 0.6s 0s cubic-bezier(0.32, 0.94, 0.6, 1), transform 0.6s 0.4s cubic-bezier(0.32, 0.94, 0.6, 1) !important;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link.js-delay-6 .js-animation {
  transition: color 0.6s 0s cubic-bezier(0.32, 0.94, 0.6, 1), transform 0.6s 0.5s cubic-bezier(0.32, 0.94, 0.6, 1) !important;
}
.header .container .pc-gnav__wrap .gnav .list1__wrap .list1 .item .link.js-delay-7 .js-animation {
  transition: color 0.6s 0s cubic-bezier(0.32, 0.94, 0.6, 1), transform 0.6s 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) !important;
}
.header .container .pc-gnav__wrap .gnav .list2 {
  display: flex;
}
.header .container .pc-gnav__wrap .gnav .list2 .item:first-of-type {
  border-right: 1px solid #fff;
}
.header .container .pc-gnav__wrap .gnav .list2 .item.reverse .link:before {
  background: linear-gradient(16deg, #00A0DB, #00AAAA);
}
.header .container .pc-gnav__wrap .gnav .list2 .item.reverse .link:after {
  background: #00102B;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 147px;
  height: 100%;
  transition: transform 1.4s cubic-bezier(0.32, 0.94, 0.6, 1);
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #1B224C;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: linear-gradient(16deg, #00A0DB, #00AAAA);
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .header .container .pc-gnav__wrap .gnav .list2 .item .link:hover:after {
    height: 100%;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .header .container .pc-gnav__wrap .gnav .list2 .item .link:active:after {
    height: 100%;
  }
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link .link__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link .link__inner .txt {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link .link__inner .icon {
  display: block;
  width: 19px;
  margin-left: 8px;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link .link__inner .icon svg {
  display: block;
  width: 100%;
}
.header .container .sp-gnav__wrap {
  background-color: #1B224C;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  padding-bottom: 160px;
  transition: all 0.2s ease;
  overflow-y: scroll;
  padding: 12px 0 160px;
  padding-right: 5%;
  padding-left: 5%;
  border-top: 72px solid #fff;
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap {
    border-top: 64px solid #fff;
  }
}
@media only screen and (max-width: 400px) {
  .header .container .sp-gnav__wrap {
    border-top: 50px solid #fff;
  }
}
.header .container .sp-gnav__wrap.open {
  left: 0;
}
.header .container .sp-gnav__wrap .gnav .list .item {
  border-bottom: 1px solid #575D84;
}
.header .container .sp-gnav__wrap .gnav .list .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:hover {
    opacity: 0.7;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:active {
    opacity: 0.7;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link .txt {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  max-width: calc(100% - 24px);
  width: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .icon {
  display: block;
  width: 24px;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .icon.arrow {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .icon.arrow svg {
  width: 7.5px;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .icon svg {
  width: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .drop-menu:hover {
    opacity: 0.7;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .drop-menu:active {
    opacity: 0.7;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .txt {
  display: block;
  font-size: 16px;
  color: #fff;
  max-width: calc(100% - 24px);
  width: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .txt .s-txt {
  font-size: 12px;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .icon {
  display: block;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .icon.toggle {
  position: relative;
  width: 24px;
  height: 24px;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .icon.toggle.open .line-2 {
  transform: rotate(90deg);
  transform-origin: center;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .icon.toggle .line-1 {
  width: 14px;
  height: 2px;
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 5px;
  background-color: #fff;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .icon.toggle .line-2 {
  width: 2px;
  height: 14px;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 11px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-menu .icon svg {
  width: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap {
  display: none;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #575D84;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item {
  width: 50%;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item:nth-child(2n+1) {
  padding-right: 7.5px;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item:nth-child(2n) {
  padding-left: 7.5px;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item .drop-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item .drop-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item .drop-link:active {
    opacity: 0.7;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item .drop-link .txt {
  display: block;
  max-width: calc(100% - 24px);
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item .drop-link .icon {
  width: 7.5px;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item .drop-link .icon.link {
  width: 16px;
  height: 14px;
  padding: 0;
}
.header .container .sp-gnav__wrap .gnav .list .item .drop-list__wrap .drop-list .drop-item .drop-link .icon svg {
  width: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .item.contact {
  margin-top: 40px;
  border-bottom: none;
}
.header .container .sp-gnav__wrap .gnav .list .item.contact .link {
  border-radius: 8px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 400px) {
  .header .container .sp-gnav__wrap .gnav .list .item.contact .link {
    height: 50px;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item.contact .link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1B224C;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.header .container .sp-gnav__wrap .gnav .list .item.contact .link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: linear-gradient(16deg, #00A0DB, #00AAAA);
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item.contact .link:hover:after {
    height: 100%;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item.contact .link:active:after {
    height: 100%;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item.contact .link .link__inner {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.header .container .header-btn__wrap {
  display: none;
  z-index: 7;
}
@media only screen and (max-width: 1250px) {
  .header .container .header-btn__wrap {
    display: block;
  }
}
.header .container .header-btn__wrap .btn {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 600px) {
  .header .container .header-btn__wrap .btn {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 400px) {
  .header .container .header-btn__wrap .btn {
    width: 50px;
    height: 50px;
  }
}
.header .container .header-btn__wrap .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #1B224C;
}
.header .container .header-btn__wrap .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: linear-gradient(16deg, #00A0DB, #00AAAA);
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .header .container .header-btn__wrap .btn:hover:after {
    height: 100%;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .header .container .header-btn__wrap .btn:active:after {
    height: 100%;
  }
}
.header .container .header-btn__wrap .btn .btn__inner {
  display: block;
  width: 16px;
}
.header .container .header-btn__wrap .btn .btn__inner.open {
  transform: translate3d(0, 1px, 0);
}
.header .container .header-btn__wrap .btn .btn__inner span {
  display: block;
  background-color: #fff;
  height: 1px;
  transition: all 0.2s ease;
}
.header .container .header-btn__wrap .btn .btn__inner span.line1 {
  transition: all 0.2s ease;
}
.header .container .header-btn__wrap .btn .btn__inner span.line1.open {
  transform: rotate(45deg) translate3d(3px, 3px, 0);
  margin-top: 1px;
}
.header .container .header-btn__wrap .btn .btn__inner span.line2 {
  margin-top: 8px;
  transition: all 0.2s ease;
}
.header .container .header-btn__wrap .btn .btn__inner span.line2.open {
  transform: rotate(-45deg) translate3d(4px, -4px, 0);
  margin-top: 9px;
}

.main {
  padding-top: 72px;
}
@media only screen and (max-width: 600px) {
  .main {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 400px) {
  .main {
    padding-top: 50px;
  }
}

.footer {
  position: relative;
  padding: 120px 0;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 16px;
  }
}
.footer:before {
  content: "";
  background-color: #00041C;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
}
.footer .container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.footer .container .footer-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents {
    display: block;
  }
}
.footer .container .footer-contents .info {
  width: 270px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .info {
    width: 100%;
  }
}
.footer .container .footer-contents .info .logo .footer-logo {
  width: 100%;
  max-width: 270px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .info .logo .footer-logo {
    margin: 0 auto;
  }
}
.footer .container .footer-contents .info .logo .footer-logo .logo {
  display: block;
  width: 100%;
}
.footer .container .footer-contents .info .logo .footer-logo .logo img {
  width: 100%;
  display: block;
}
.footer .container .footer-contents .info .other-info {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .info .other-info {
    margin-top: 24px;
    text-align: center;
  }
}
.footer .container .footer-contents .info .other-info .address {
  color: #fff;
  font-size: 14px;
}
.footer .container .footer-contents .info .other-info .tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .info .other-info .tel {
    justify-content: center;
  }
}
.footer .container .footer-contents .info .other-info .tel a {
  color: #fff;
  text-decoration: none;
}
.footer .container .footer-contents .info .other-info .tel .icon {
  display: block;
  width: 10px;
  margin-right: 8px;
  padding-bottom: 2px;
}
.footer .container .footer-contents .info .other-info .tel .txt {
  display: block;
  font-size: 24px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #fff;
}
.footer .container .footer-contents .info .other-info .sale {
  color: #fff;
  font-size: 14px;
}
.footer .container .footer-contents .nav {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .nav {
    width: 100%;
    margin-top: 24px;
  }
}
.footer .container .footer-contents .nav .contact-item .link {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  height: 64px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .nav .contact-item .link {
    max-width: initial;
  }
}
.footer .container .footer-contents .nav .contact-item .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #1B224C;
}
.footer .container .footer-contents .nav .contact-item .link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: linear-gradient(16deg, #00A0DB, #00AAAA);
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .footer .container .footer-contents .nav .contact-item .link:hover:after {
    height: 100%;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .footer .container .footer-contents .nav .contact-item .link:active:after {
    height: 100%;
  }
}
.footer .container .footer-contents .nav .contact-item .link .link__inner {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.footer .container .footer-contents .nav .footer-nav {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .nav .footer-nav {
    margin-top: 28px;
  }
}
.footer .container .footer-contents .nav .footer-nav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.footer .container .footer-contents .nav .footer-nav .list .item {
  padding: 12px 0;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .nav .footer-nav .list .item {
    width: 50%;
  }
}
.footer .container .footer-contents .nav .footer-nav .list .item:not(:first-of-type) {
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .nav .footer-nav .list .item:not(:first-of-type) {
    margin-left: 0;
  }
}
.footer .container .footer-contents .nav .footer-nav .list .item .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-contents .nav .footer-nav .list .item .link {
    justify-content: flex-start;
  }
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .footer .container .footer-contents .nav .footer-nav .list .item .link:hover .txt {
    color: #00A0DB;
  }
  .footer .container .footer-contents .nav .footer-nav .list .item .link:hover .icon svg #link-g_23326 {
    stroke: #00A0DB;
  }
  .footer .container .footer-contents .nav .footer-nav .list .item .link:hover .icon svg #link-g_23327 {
    fill: #00A0DB;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .footer .container .footer-contents .nav .footer-nav .list .item .link:active .txt {
    color: #00A0DB;
  }
  .footer .container .footer-contents .nav .footer-nav .list .item .link:active .icon svg #link-g_23326 {
    stroke: #00A0DB;
  }
  .footer .container .footer-contents .nav .footer-nav .list .item .link:active .icon svg #link-g_23327 {
    fill: #00A0DB;
  }
}
.footer .container .footer-contents .nav .footer-nav .list .item .link .txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.footer .container .footer-contents .nav .footer-nav .list .item .link .icon {
  width: 19px;
  height: 14px;
  margin-left: 11px;
  display: flex;
}
.footer .container .footer-contents .nav .footer-nav .list .item .link .icon svg {
  width: 100%;
  height: 14px;
}
.footer .container .footer-contents .nav .footer-nav .list .item .link .icon svg #link-g_23326 {
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
.footer .container .footer-contents .nav .footer-nav .list .item .link .icon svg #link-g_23327 {
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
.footer .container .footer-cr {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-cr {
    margin-top: 28px;
    display: block;
  }
}
.footer .container .footer-cr .privacy {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-cr .privacy {
    text-align: center;
  }
}
.footer .container .footer-cr .privacy .link {
  color: #fff;
  opacity: 0.4;
  font-size: 12px;
  display: inline-block;
}
@media only screen and (hover: hover) and (min-width: 600px) {
  .footer .container .footer-cr .privacy .link:hover {
    opacity: 0.1;
  }
}
@media only screen and (hover: none) and (min-width: 600px) {
  .footer .container .footer-cr .privacy .link:active {
    opacity: 0.1;
  }
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-cr .cr {
    margin-top: 24px;
    text-align: center;
  }
}
.footer .container .footer-cr .cr small {
  color: #fff;
  display: block;
  opacity: 0.4;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 14px;
}