/* ===== foundation ===== */
:root {
  --pcBaseWidth: 192;
  --spBaseWidth: 120;
  --headerHeight: clamp(60px, 7.4074074dvh, 80px);
  --headline: 30px;
}
@media (max-width: 780px) {
  :root {
    --headerHeight: calc(8.99550225dvh + 1rem);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #fafafa;
}

section {
  padding: 11.11111112dvh 0;
}
@media (max-width: 780px) {
  section {
    padding: 10% 0;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #38B4CE;
}

.Br-p {
  display: block;
}
@media (max-width: 450px) {
  .Br-p {
    display: none;
  }
}

.Br-l {
  display: none;
}
@media (max-width: 1550px) {
  .Br-l {
    display: block;
  }
}

.Br-m {
  display: none;
}
@media (max-width: 1080px) {
  .Br-m {
    display: block;
  }
}

.Br-s {
  display: none;
}
@media (max-width: 780px) {
  .Br-s {
    display: block;
  }
}

.Br {
  display: none;
}
@media (max-width: 450px) {
  .Br {
    display: block;
  }
}

.wrapper {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}
@media (max-width: 1760px) {
  .wrapper {
    padding: 0 5vw;
  }
}
@media (max-width: 780px) {
  .wrapper {
    padding: 0 2.5vw;
  }
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.0833333333vw;
}
@media (max-width: 1440px) {
  .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 780px) {
  .inner {
    padding: 0 2.5vw;
  }
}

.dis-pc {
  display: block;
}
@media (max-width: 780px) {
  .dis-pc {
    display: none !important;
  }
}

.dis-sp {
  display: none;
}
@media (max-width: 780px) {
  .dis-sp {
    display: block !important;
  }
}

.dis-pc-mv {
  display: block;
}
@media (max-width: 550px) {
  .dis-pc-mv {
    display: none !important;
  }
}

.dis-sp-mv {
  display: none;
}
@media (max-width: 550px) {
  .dis-sp-mv {
    display: block !important;
  }
}

/* img */
img {
  display: block;
}

.back-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-cover {
  --z-index: 0;
  position: relative;
  z-index: var(--z-index);
  overflow: hidden;
}
.img-cover::after {
  content: "";
  position: absolute;
  z-index: calc(var(--z-index) + 1);
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
}

/* display */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 780px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* block */
@media (max-width: 750px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 750px) {
  .sp-block {
    display: block;
  }
}

/* ===== typography ===== */
@font-face {
  font-family: "Noto Sans JP";
  src: url(font/NotoSansJP-Bold.woff2) format("woff2"), url(font/NotoSansJP-Bold.woff) format("woff"), url(font/NotoSansJP-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(font/NotoSansJP-Medium.woff2) format("woff2"), url(font/NotoSansJP-Medium.woff) format("woff"), url(font/NotoSansJP-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(font/NotoSansJP-Regular.woff2) format("woff2"), url(font/NotoSansJP-Regular.woff) format("woff"), url(font/NotoSansJP-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter Variable";
  src: url("fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("fonts/Inter-VariableFont_opsz,wght.woff") format("woff"), url("fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
}
html {
  font-size: calc(100vw / var(--pcBaseWidth));
}
@media (max-width: 780px) {
  html {
    font-size: calc(100vmax / var(--spBaseWidth));
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

h1 {
  font-size: clamp(32px, 6.4rem, 64px);
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: clamp(24px, 3.2rem, 32px);
  font-weight: 700;
  line-height: 1.6;
}

h3 {
  font-size: clamp(20px, 2.4rem, 24px);
  font-weight: 700;
  line-height: 1.6;
}

.font-en {
  font-family: "Inter Variable", "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.font-s {
  font-size: 0.875em;
}

.font-ss {
  font-size: 0.75em;
}

.accent-color {
  color: #0098FF;
}

/* ===== u text ===== */
/* ===== c line ===== */
/* ===== c shape ===== */
/* ===== c button ===== */
.c-btn-open {
  --btn-w: 45px;
  position: fixed;
  z-index: 999;
  top: calc(var(--headerHeight) / 2);
  right: 1em;
  width: var(--btn-w);
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-open > span {
  --line-h: 5px;
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: var(--line-h);
  border-radius: calc(var(--line-h) / 2);
  background: #FF7B0F;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-btn-open > span:nth-child(1) {
  top: 25%;
}
.c-btn-open > span:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.c-btn-open > span:nth-child(3) {
  top: 75%;
}
.c-btn-open.active > span {
  background: #fff;
}
.c-btn-open.active > span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn-open.active > span:nth-child(2) {
  opacity: 0;
}
.c-btn-open.active > span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 781px) {
  .c-btn-open {
    display: none;
  }
}

/* ===== c box ===== */
.c-site-logo {
  width: 20%;
  max-width: 350px;
}
@media (max-width: 780px) {
  .c-site-logo {
    width: 50%;
    max-width: 180px;
  }
}
.c-site-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-main-nav {
  width: 100%;
  border: 1px solid #FF7B0F;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA74B), to(#FF7B0F));
  background: linear-gradient(180deg, #FFA74B 0%, #FF7B0F 100%);
}
.c-main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}
@media (max-width: 780px) {
  .c-main-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    height: 100vh;
  }
}
.c-main-nav ul li {
  position: relative;
  width: 12.5vw;
  max-width: 240px;
}
.c-main-nav ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-main-nav ul li:nth-last-child(1)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-main-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 1em, 16px);
  text-decoration: none;
}
.c-main-nav ul li a:hover {
  color: #292E40;
  text-decoration: underline;
}
@media (max-width: 780px) {
  .c-main-nav ul li {
    width: 100%;
    max-width: none;
    padding: 1em 0;
  }
  .c-main-nav ul li::before, .c-main-nav ul li:nth-last-child(1)::after {
    display: none;
  }
  .c-main-nav ul li a {
    font-size: clamp(16px, 1.2em, 18px);
  }
}

/* ===== c cards ===== */
/* ===== common ===== */
.l-common-breadcrumb {
  width: 100%;
  padding: 0.75em 0 0.5em;
  background: #EDEFF2;
}
.l-common-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 14px;
}
@media (max-width: 780px) {
  .l-common-breadcrumb ul {
    font-size: 12px;
  }
}
.l-common-breadcrumb a:hover {
  color: #38B4CE;
}

/* ===== header ===== */
.l-common-header {
  width: 100%;
}
.l-common-header__spacer {
  width: 100%;
  height: 1.5em;
  max-height: 32px;
  min-height: 16px;
  margin-bottom: 1.5em;
  background: #292E40;
}
.l-common-header__spacer span {
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
}
@media (max-width: 780px) {
  .l-common-header__spacer {
    display: none;
  }
}
.l-common-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5em;
}
.l-common-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1em;
}
@media (max-width: 780px) {
  .l-common-header__contact {
    display: none;
  }
}
@media (max-width: 780px) {
  .l-common-header {
    position: relative;
    min-height: 90px;
    padding-top: 24px;
  }
  .l-common-header .c-main-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .l-common-header .c-main-nav.active {
    left: 0;
  }
}

/* ===== footer ===== */
.l-common-footer {
  width: 100%;
  padding: 0 0 1.5em;
  background: #FF7B0F;
}
@media (max-width: 780px) {
  .l-common-footer {
    padding: 3em 0 1.5em;
  }
}
.l-common-footer__nav {
  position: relative;
  margin-bottom: 5em;
}
.l-common-footer__nav::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 780px) {
  .l-common-footer__nav {
    display: none;
  }
}
.l-common-footer__logo {
  width: 12.5vw;
  max-width: 240px;
  min-width: 180px;
  margin: 0 auto 1.5em;
}
.l-common-footer__logo > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-common-footer__info {
  font-size: clamp(12px, 1.4rem, 14px);
  margin: 0 auto 3em;
  text-align: center;
  color: #fff;
}
.l-common-footer__copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

/* ===== animation ===== */
@-webkit-keyframes arrow-up-down {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow-up-down {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes box-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes box-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes box-scroll-small {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes box-scroll-small {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes icon-move {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  10% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  20% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  40% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@keyframes icon-move {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  10% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  20% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  40% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@-webkit-keyframes move-random {
  0% {
    top: 0;
    left: 100%;
  }
  25% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 80%;
  }
  75% {
    top: 55%;
    left: 30%;
  }
  100% {
    top: 0;
    left: 100%;
  }
}
@keyframes move-random {
  0% {
    top: 0;
    left: 100%;
  }
  25% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 80%;
  }
  75% {
    top: 55%;
    left: 30%;
  }
  100% {
    top: 0;
    left: 100%;
  }
}/*# sourceMappingURL=style.css.map */