@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************************************
  *** variables - 変数の定義
  ****************************************************************/
/*** Color ***/
/****************************************************************
  *** mixin - 使い回し可能なスタイルを定義
  ****************************************************************/
/*** Media Query ***/
/*** Contents ***/
/****************************************************************
  *** base - Webサイト全体のベース・リセットしたスタイルの調整
  ****************************************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-margin-top: 150px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #191919;
  overflow-x: hidden;
  scroll-margin-top: -150px;
}
body.is-fixed {
  overflow-y: hidden;
}
@media screen and (max-width: 526px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  line-height: 1.75;
}
@media screen and (max-width: 526px) {
  p {
    line-height: 1.6;
  }
}

.en {
  font-family: "Viga", serif;
}

.other {
  font-family: "Poppins", serif;
}

a {
  color: #fff;
  text-decoration: unset;
}

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

img {
  width: 100%;
  max-width: 100%;
  background-size: cover;
  vertical-align: bottom;
}

button {
  border: unset;
}

.wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .wrapper {
    max-width: unset;
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: unset;
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 526px) {
  .wrapper {
    max-width: unset;
    width: 100%;
    padding: 0 5%;
  }
}

.child_wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 526px) {
  .child_wrapper {
    width: 89.3%;
  }
}

.small_inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 526px) {
  .small_inner {
    width: 89.3%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 526px) {
  .flex {
    flex-direction: column;
  }
}

a:hover {
  color: #f78a42;
}

.contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.sub_current {
  font-weight: 700;
  position: relative;
}
.sub_current::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #E60012;
  position: absolute;
  top: 50%;
  left: 60%;
}

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

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

.box__container {
  max-width: 1200px;
  width: 90%;
  margin-block: 120px;
  padding-block: 40px;
  padding-inline: 5%;
}
.box__container .box {
  width: 200px;
  height: 200px;
  border-radius: 60px;
  background-color: aquamarine;
}

.c-sec__headinglv2 {
  font-size: clamp(3.2rem, 2.63rem + 1.5vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: #182848;
}
@media screen and (max-width: 992px) {
  .c-sec__headinglv2 {
    text-align: center;
  }
}
@media screen and (max-width: 526px) {
  .c-sec__headinglv2 {
    text-align: center;
  }
}
.c-sec__headinglv2 span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  color: rgb(42, 178, 151);
  margin-left: 28px;
  vertical-align: bottom;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 3px;
}
@media screen and (max-width: 526px) {
  .c-sec__headinglv2 span {
    font-size: 2rem;
    padding-bottom: 5px;
  }
}
.c-sec__headinglv2 span::before {
  content: "";
  width: 1px;
  height: 105%;
  background-color: rgb(42, 178, 151);
  position: absolute;
  top: 21%;
  left: -30px;
  transform: rotate(39deg) translateY(-50%);
}
@media screen and (max-width: 526px) {
  .c-sec__headinglv2 span::before {
    left: -25px;
  }
}

.c-button {
  border-radius: 50px;
  border: 2px solid rgb(42, 178, 151);
  color: rgb(42, 178, 151);
  max-width: 256px;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(24, 40, 72, 0.459);
}
@media screen and (max-width: 768px) {
  .c-button {
    text-align: center;
    margin-inline: auto;
  }
}
.c-button a {
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  padding-block: 24px;
  padding-right: 34px;
  font-size: 1.6rem;
  line-height: 1;
  transition: 0.3s ease-out;
  font-family: "Noto Sans JP", sans-serif;
}
.c-button a::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@media screen and (max-width: 768px) {
  .c-button a::before {
    content: none;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.c-button a:hover {
  text-decoration: underline;
}
.c-button a:hover::before {
  animation: shine 0.7s;
}
.c-button a:hover i::before {
  right: -48px;
}
@media screen and (max-width: 768px) {
  .c-button a {
    padding-block: 15px;
    font-size: 1.4rem;
  }
}
.c-button a span {
  position: relative;
}
.c-button a span i {
  position: relative;
  transition: 0.3s ease-out;
}
.c-button a span i::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  color: rgb(42, 178, 151);
  transition: 0.3s ease-out;
  position: absolute;
  top: 50%;
  transform: translateY(-75%);
  right: -44px;
  z-index: 2;
}

.c-button__float {
  background-image: linear-gradient(to right, #E96767, #0C9AFF);
  max-width: 100%;
  border: none;
}
.c-button__float a {
  padding-block: 16px;
  color: #fff;
  font-weight: 700;
}
.c-button__float a::before {
  content: none;
}
.c-button__float a span i::before {
  color: #fff;
}

.c-button__ll {
  max-width: 320px;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 526px) {
  .c-button__ll {
    max-width: 100%;
  }
}
.c-button__ll._right span {
  position: relative;
}
@media screen and (max-width: 526px) {
  .c-button__ll._right span::before {
    right: -135% !important;
  }
}
.c-button__ll._left span {
  position: relative;
}
@media screen and (max-width: 526px) {
  .c-button__ll._left span::before {
    right: -90% !important;
  }
}

.c-card {
  position: relative;
  max-width: 475px;
  height: auto;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.251);
  min-height: 440px;
}
@media screen and (max-width: 526px) {
  .c-card {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }
}
.c-card__link:hover .c-card__image img {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
.c-card__num {
  position: absolute;
  padding: 19px 14px;
  background-color: #182848;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  top: -19px;
  left: -16px;
  z-index: 3;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 526px) {
  .c-card__num {
    left: 0;
    top: 158px;
    transform: translateY(-100%);
    padding: 9px 19px;
    font-size: 2rem;
  }
}
.c-card__image {
  width: 100%;
  height: 242px;
  overflow: hidden;
}
@media screen and (max-width: 526px) {
  .c-card__image {
    height: 158px;
  }
}
.c-card__image img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}
.c-card__textblock {
  padding: 30px 24px 36px;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 526px) {
  .c-card__textblock {
    background-color: transparent;
    padding: 20px 24px 32px;
  }
}
.c-card__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgb(42, 178, 151);
  line-height: 1;
}
@media screen and (max-width: 526px) {
  .c-card__title {
    font-size: 2rem;
  }
}
.c-card__text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #191919;
  margin-top: 30px;
}
@media screen and (max-width: 526px) {
  .c-card__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 18px;
  }
}

.c-article {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-article {
    max-width: 100%;
  }
}
.c-article:nth-child(1) {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .c-article:nth-child(1) {
    margin-top: 0;
  }
}
.c-article:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .c-article:nth-child(2) {
    margin-top: 0;
  }
}
.c-article__image {
  width: 100%;
  height: 240px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.251);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-article__image {
    height: 100%;
    max-height: 200px;
    border-radius: 0px;
  }
}
.c-article__image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-article__image img {
    border-radius: 0;
  }
}
.c-article__textbox {
  padding-left: 16px;
  padding-block: 19px 21px;
  padding-right: 16px;
  background-color: rgba(24, 40, 72, 0.64);
  position: relative;
  color: #fff;
  margin-top: -35px;
  margin-right: -8px;
  margin-left: auto;
  z-index: 3;
  width: 100%;
  max-width: 264px;
  text-align: left;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-article__textbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    max-width: unset;
  }
}
.c-article__text {
  color: inherit;
  font-size: 1.6rem;
  position: relative;
  line-height: 1;
}
.c-article__list {
  margin-top: 8px;
  line-height: 1.6;
  display: none;
}
.c-article:hover .c-article__image img {
  transform: scale(1.2);
  filter: blur(2px);
}
.c-article:hover .c-article__textbox {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2;
  max-width: 100%;
  text-align: center;
  height: 240px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-article:hover .c-article__textbox {
    height: 100%;
  }
}
.c-article:hover .c-article__list {
  display: block;
  text-align: left;
}

.c-info__card {
  padding: 20px;
  flex: 1 1 42%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-infoCard__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-infoCard__flex {
    flex-direction: column;
    align-items: center;
  }
}
.c-info__title {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-info__title {
    font-size: 2.2rem;
  }
}
.c-info__list {
  margin-top: 24px;
  padding-bottom: 16px;
}
.c-info__list-item {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-info__list-item {
    font-size: 1.4rem;
  }
}
.c-info__image {
  display: flex;
  gap: 10px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .c-info__image {
    justify-content: center;
  }
}
.c-info__image-item {
  width: calc(50% - 10px);
  position: relative;
  border-radius: 30px;
  z-index: 3;
  border: 2px solid #e89a34;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-info__image-item {
    max-width: 150px;
    height: auto;
  }
}
.c-info__image-item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}

@keyframes textboxAnimation {}
[data-scroll-animation=fadein] {
  opacity: 0;
}

[data-scroll-animation=fadein].active {
  animation: fadein-animation 0.5s 0.2s forwards;
}

[data-scroll-animation=fadeup] {
  opacity: 0;
}

[data-scroll-animation=fadeup].active {
  animation: fadeup-animation 1s 0.3s forwards;
  transform: translateY(100px);
}

[data-scroll-animation=fadeleft] {
  opacity: 0;
  transform: translateX(-100px);
}

[data-scroll-animation=fadeleft].active {
  animation: fadeleft-animation 1s 0.3s forwards;
}

@keyframes fadeup-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeleft-animation {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeleft_skew-animation {
  0% {
    opacity: 0;
    transform: translateX(-100px) skew(-28deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skew(-28deg);
  }
}
[data-scroll-animation=fadeup].active._delay1 {
  animation-delay: 0.3s;
}

[data-scroll-animation=fadeup].active._delay2 {
  animation-delay: 0.6s;
}

[data-scroll-animation=fadeup].active._delay3 {
  animation-delay: 0.9s;
}

[data-scroll-animation=fadeup].active._delay4 {
  animation-delay: 1.2s;
}

[data-scroll-animation=fadein].active._delay1 {
  animation-delay: 0.1s;
}

[data-scroll-animation=fadein].active._delay2 {
  animation-delay: 0.6s;
}

[data-scroll-animation=fadein].active._delay3 {
  animation-delay: 0.9s;
}

[data-scroll-animation=fadein].active._delay4 {
  animation-delay: 1.2s;
}

[data-scroll-animation=fadein].active._delay5 {
  animation-delay: 1.1s;
}

[data-scroll-animation=fadein].active._delay6 {
  animation-delay: 1.6s;
}

[data-scroll-animation=fadeleft].active._delay1 {
  animation-delay: 0.1s;
}

[data-scroll-animation=fadeleft].active._delay2 {
  animation-delay: 0.6s;
}

[data-scroll-animation=fadeleft].active._delay3 {
  animation-delay: 1.1s;
}

[data-scroll-animation=fadeleft].active._delay4 {
  animation-delay: 1.6s;
}

[data-scroll-animation=fadeleft].active._delay5 {
  animation-delay: 2.1s;
}

[data-scroll-animation=fadeleft].p-main__desc.active {
  animation: fadeleft_skew-animation 1s 0.3s forwards;
}

.wave {
  position: relative;
  height: 200px; /*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
}

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-header__logo {
  width: 136px;
  height: 30px;
  margin-top: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .p-header__logo {
    margin-left: 30px;
  }
}
.p-header__logo img,
.p-header__logo source {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow-x: hidden;
  transform: scale(7);
}
@media screen and (max-width: 992px) {
  .p-header__navi {
    position: absolute;
    width: 100%;
    height: 0px;
    background-image: linear-gradient(#0B165C, #0B165C);
    top: 80px;
    left: 0;
    right: 0;
    z-index: 98;
    padding-block: 79px 120px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease-out;
    display: none;
  }
  .p-header__navi.active {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }
  .p-header__navi.active .p-header__list-item a {
    color: #fff !important;
  }
  .p-header__navi.active .p-header__list-item a:hover {
    text-decoration: underline;
  }
}
.p-header__list {
  display: flex;
  gap: 37px;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .p-header__list {
    flex-direction: column;
    gap: 30px;
  }
}
.p-header__list-item {
  position: relative;
}
.p-header__list-item.active a {
  color: rgb(42, 178, 151) !important;
}
.p-header__list-item::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -19px;
  transform: rotate(40deg);
}
@media screen and (max-width: 992px) {
  .p-header__list-item::before {
    content: none;
  }
}
.p-header__list-item:last-child::before {
  display: none;
}
.p-header__list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.p-header__list-item a:hover, .p-header__list-item a:focus {
  color: rgb(42, 178, 151) !important;
}
@media screen and (max-width: 992px) {
  .p-header__list-item a {
    font-size: 2rem;
  }
}
.p-header__list-item a span {
  display: block;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 992px) {
  .p-header__list-item a span {
    font-size: 1.4rem;
  }
}
.p-header__hamburger {
  width: 40px;
  height: auto;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 7px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 992px) {
  .p-header__hamburger {
    display: block;
  }
}
.p-header__bar {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  transition: 0.3s ease-out;
}
.p-header__bar.active {
  background-color: #fff !important;
}
.p-header__bar:nth-child(1) {
  transform: translateY(-7px);
}
.p-header__bar:nth-child(1).active {
  transform: translateY(0) rotate(45deg);
}
.p-header__bar:nth-child(2).active {
  opacity: 0;
}
.p-header__bar:nth-child(3) {
  transform: translateY(7px);
}
.p-header__bar:nth-child(3).active {
  transform: translateY(0) rotate(-45deg);
}

/***************************************
****************************************
mainvisual 
****************************************
****************************************/
.p-mainvisual {
  background-image: linear-gradient(to right, #4b6cb7, #182848);
  height: 688px;
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-mainvisual {
    height: 586px;
  }
}

.p-main__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
.p-main__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  animation: slider-1 24s linear infinite;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
.p-main__bg-image:nth-child(1) {
  animation-delay: -2s;
}
.p-main__bg-image:nth-child(2) {
  animation-delay: 6s;
}
.p-main__bg-image:nth-child(3) {
  animation-delay: 14s;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.p-main__bg-image img {
  height: 120%;
  width: 100%;
  object-fit: cover;
  object-position: left -134px;
  min-height: 688px;
}
@media screen and (max-width: 768px) {
  .p-main__bg-image img {
    min-height: 611px;
    height: 140%;
  }
}
.p-main__bg-image:first-child {
  opacity: 1;
}
.p-main__textbox {
  margin-top: 101px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 526px) {
  .p-main__textbox {
    margin-top: 79px;
  }
}
.p-main__headinglv1 {
  font-size: clamp(4.8rem, 2.984rem + 4.84vw, 9.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-shadow: 4.2px 4.2px 4px rgba(24, 40, 72, 0.502);
  font-family: "Lato", sans-serif;
}
.p-main__description {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
  margin-left: 25px;
}
@media screen and (max-width: 526px) {
  .p-main__description {
    margin-top: 25px;
    gap: 16px;
    margin-left: 4%;
  }
}
.p-main__desc {
  padding-inline: 28px;
  padding-block: 15px;
  background-color: #fff;
  display: inline-block;
  width: fit-content;
  transform: skew(-40deg);
  box-shadow: 50px 12px 0px #182848;
}
@media screen and (max-width: 526px) {
  .p-main__desc {
    padding: 8px 12px;
    transform: skew(-28deg);
  }
}
.p-main__desc-text {
  color: #182848;
  font-size: clamp(2rem, 1.5776rem + 1.13vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  transform: skew(25deg);
  white-space: nowrap;
}
@media screen and (max-width: 526px) {
  .p-main__desc-text {
    transform: skew(28deg);
  }
}
.p-main__info {
  margin-top: 121px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1016px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 1.6rem;
  z-index: -2;
  white-space: nowrap;
  border: solid 2px #182848;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 526px) {
  .p-main__info {
    height: 48px;
    margin-top: 155px;
    padding-inline: 10px;
  }
}
.p-main__info-title {
  width: 14%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-main__info-title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    font-size: 1.4rem;
    height: 36px;
  }
}
@media screen and (max-width: 526px) {
  .p-main__info-title {
    height: 22px;
    left: 17px;
  }
}
.p-main__info-title::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #182848;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  border-radius: 40px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .p-main__info-title::before {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    left: -2px;
  }
}
@media screen and (max-width: 526px) {
  .p-main__info-title::before {
    left: -19px;
  }
}
.p-main__info-description {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 71%;
  color: #191919;
  padding-inline: 24px;
  padding-block: 18px;
}
@media screen and (max-width: 992px) {
  .p-main__info-description {
    width: 83%;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-main__info-description {
    width: 100%;
    padding-inline: 12px;
    font-size: 1.4rem;
    padding-block: 12px;
    gap: 12px;
  }
}
@media screen and (max-width: 526px) {
  .p-main__info-description {
    gap: 6px;
    padding-inline: 10px;
    overflow-x: hidden;
  }
}
.p-main__info-description .cat-item {
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background-color: rgb(42, 178, 151);
  padding: 8px 13px;
}
@media screen and (max-width: 526px) {
  .p-main__info-description .cat-item {
    padding: 6px 8px;
  }
}
.p-main__info-description .data-name {
  display: inline-block;
}
.p-main__info-link {
  width: 12%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-block: 18px;
  padding-left: 53px;
}
@media screen and (max-width: 992px) {
  .p-main__info-link {
    display: none;
  }
}
.p-main__info-link img {
  width: 32px;
  height: 10px;
  object-fit: contain;
  transition: 0.3s ease-out;
}
.p-main__info-link img:hover {
  transform: translateX(4px);
}
.p-main__info-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #182848;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/***************************************
****************************************
service 
****************************************
****************************************/
.p-service {
  margin-top: 160px;
  position: relative;
  scroll-margin-top: 180px !important;
  max-width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 526px) {
  .p-service {
    margin-top: 122px !important;
  }
}
.p-service::before {
  content: "";
  width: 100%;
  height: 435px;
  background-color: rgba(42, 178, 151, 0.2);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 992px) {
  .p-service::before {
    height: 100%;
    top: 40px;
  }
}
.p-service__image {
  width: 620px;
  height: auto;
  flex-shrink: 1;
  min-width: 420px;
  border-radius: 40px;
}
@media screen and (max-width: 992px) {
  .p-service__image {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 374/268;
    max-height: 440px;
    padding-inline: 20px;
    min-width: unset;
  }
}
@media screen and (max-width: 526px) {
  .p-service__image {
    aspect-ratio: unset;
    height: 245px;
  }
}
.p-service__image img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.p-service__textbox {
  display: flex;
  flex-direction: column;
  max-width: 512px;
}
@media screen and (max-width: 992px) {
  .p-service__textbox {
    padding-inline: 26px;
  }
}
@media screen and (max-width: 992px) {
  .p-service__textbox {
    padding-inline: 20px;
  }
}
.p-service__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.6;
  margin-top: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 526px) {
  .p-service__title {
    font-size: 2.4rem;
    margin-top: 11px;
    white-space: unset;
  }
}
.p-service__text {
  font-size: 1.6rem;
  margin-top: 14px;
  line-height: 1.9;
  color: #191919;
}
@media screen and (max-width: 526px) {
  .p-service__text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

/***************************************
****************************************
about 
****************************************
****************************************/
.p-about {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 526px) {
  .p-about {
    margin-top: 128px !important;
  }
}
.p-about__bg {
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  padding-block: 40px;
  position: relative;
}
.p-about__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url("../images/shikunIHU854_DJI_0577_TP_V.jpg") center center/cover no-repeat;
  filter: blur(2px);
}
@media screen and (max-width: 768px) {
  .p-about__bg {
    background: none;
  }
}
.p-about__imageL {
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  display: none;
}
.p-about__imageL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about__block {
  padding: 47px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  max-width: 920px;
  margin-inline: auto;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.251);
}
.p-about__block h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__block {
    width: 100%;
    padding: 20px;
    margin-left: 0;
  }
}
.p-about__text {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2;
  color: #191919;
  padding-right: 3em;
}
@media screen and (max-width: 526px) {
  .p-about__text {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
.p-about__image {
  margin-top: 32px;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .p-about__image {
    display: none;
  }
}
.p-about__image img {
  width: 100%;
  height: 100%;
}

/***************************************
****************************************
works 
****************************************
****************************************/
.p-works {
  position: relative;
}
@media screen and (max-width: 526px) {
  .p-works {
    margin-top: 75px !important;
  }
}
.p-works::before {
  content: "";
  width: 360px;
  height: 408px;
  background-color: rgba(42, 178, 151, 0.2);
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
  border-radius: 50% 0% 0% 50%;
}
@media screen and (max-width: 526px) {
  .p-works::before {
    width: 204px;
    height: 222px;
    left: 0;
    right: unset;
    transform: rotate(180deg);
  }
}
.p-works::after {
  content: "";
  width: 360px;
  height: 408px;
  background-color: rgba(42, 178, 151, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0% 50% 50% 0%;
}
@media screen and (max-width: 526px) {
  .p-works::after {
    width: 204px;
    height: 222px;
    left: unset;
    right: 0;
    bottom: -33px;
    transform: rotate(180deg);
  }
}
.p-works__inner {
  text-align: center;
}
@media screen and (max-width: 526px) {
  .p-works h2 {
    padding-left: 20px;
  }
}
.p-works__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.6;
  margin-top: 13px;
  padding-inline: 20px;
}
@media screen and (max-width: 992px) {
  .p-works__title {
    font-size: 2.4rem;
    margin-top: 45px;
    text-align: left;
  }
}
@media screen and (max-width: 526px) {
  .p-works__title {
    margin-top: 17px;
  }
}
.p-works__text {
  font-size: 1.6rem;
  margin-top: 31px;
  line-height: 1.8;
  color: #191919;
  padding-inline: 20px;
}
@media screen and (max-width: 992px) {
  .p-works__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (max-width: 526px) {
  .p-works__text {
    margin-top: 17px;
  }
}

/***************************************
****************************************
Recruit
****************************************
****************************************/
.p-recruit {
  padding-block: 67px 78px;
  border-radius: 40px;
  background-color: rgba(42, 178, 151, 0.2);
}
@media screen and (max-width: 768px) {
  .p-recruit {
    margin-top: 58px !important;
    padding-block: 42px 42px;
    margin-bottom: 50px;
  }
}

/***************************************
****************************************
contact
****************************************
****************************************/
.p-contact {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  padding-block: 72px;
}
.p-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/pakusnIMG_8521NR_TP_V.jpg") center center/cover no-repeat;
  filter: blur(8px);
}
@media screen and (max-width: 526px) {
  .p-contact {
    padding-block: 90px;
  }
}
.p-contact__heading {
  color: #fff;
}
.p-contact__heading span {
  color: #fff;
}
.p-contact__heading span::before {
  background-color: #fff;
}
.p-contact__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 526px) {
  .p-contact__text {
    margin-top: 21px;
    width: 100%;
  }
}

.p-float__content {
  display: flex;
  margin-bottom: 20px;
}
.p-float__left {
  text-align: center;
  width: 70%;
}
.p-float__right {
  width: 30%;
  padding-left: 20px;
  border-left: 1px dashed #4b6cb7;
}
.p-float__copy {
  font-size: 1.4rem;
  font-weight: 700;
  color: #4b6cb7;
  text-align: center;
}
.p-float__copy i {
  color: #4b6cb7;
  font-weight: 700;
  padding-right: 10px;
}
.p-float__data {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-float__text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-float__image {
  width: fit-content;
  height: auto;
  margin-top: 10px;
  margin-inline: auto;
}
.p-float__image i {
  color: #4b6cb7;
  font-weight: 700;
  font-size: 30px;
}
.p-float__link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(25, 25, 25, 0.251);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  right: -15px;
  z-index: 40;
  transition: 0.3s ease-out;
}
.p-float__link:hover {
  box-shadow: 0 0 8px rgba(25, 25, 25, 0.251);
}
.p-float__link:hover i {
  transform: translateY(-4px) rotate(-90deg);
}
.p-float__link i {
  font-size: 1.6rem;
  color: rgb(42, 178, 151);
  font-weight: 700;
  transform: rotate(-90deg);
  transition: 0.3s ease-out;
}

/***************************************
****************************************
footer
****************************************
****************************************/
.p-footer__logo {
  width: clamp(15.9rem, 11.921rem + 16.61vw, 27.2rem);
  height: 30px;
}
@media screen and (max-width: 992px) {
  .p-footer__logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 526px) {
  .p-footer__logo {
    margin-top: 81px;
  }
}
.p-footer__logo img,
.p-footer__logo source {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .p-footer__logo img,
  .p-footer__logo source {
    margin-left: 10px;
  }
}
.p-footer__desc-list {
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 526px) {
  .p-footer__desc-list {
    margin-top: 13px;
    gap: 7px;
  }
}
.p-footer__desc-text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-footer__desc-text span {
  display: inline-block;
}
@media screen and (max-width: 526px) {
  .p-footer__desc-text {
    font-size: 1.4rem;
  }
}
.p-footer__desc-text a {
  color: inherit;
}
.p-footer__navi__item {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 526px) {
  .p-footer__navi__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 526px) {
  .p-footer__navi__item {
    writing-mode: horizontal-tb;
  }
}
.p-footer__navi__item a {
  color: inherit;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: 400;
}
.p-footer__navi__item a:hover, .p-footer__navi__item a:focus {
  color: #182848 !important;
}
.p-footer__desc-text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 526px) {
  .p-footer__desc-text {
    font-size: 1.4rem;
  }
}
.p-footer__desc-text a {
  color: inherit;
}
.p-footer__copyright {
  padding-block: 13px;
  width: 100%;
  background-color: rgb(42, 178, 151);
  padding-inline: 20px;
}
@media screen and (max-width: 526px) {
  .p-footer__copyright {
    padding-block: 10px;
  }
}
.p-footer__copyright small {
  display: block;
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 526px) {
  .p-footer__copyright small {
    font-size: 1rem;
  }
}

.p-movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vw;
  z-index: -4;
}
.p-movie video {
  width: 100%;
  height: 100%;
}

.l-header {
  max-width: 100vw;
  padding-block: 26px;
  height: 100px;
  background-image: linear-gradient(#0B165C, #0B165C);
  padding-inline: 39px;
}
@media screen and (max-width: 526px) {
  .l-header {
    padding-block: 13px;
    padding-inline: 19px;
  }
}
.l-header__inner {
  display: flex;
  gap: 4.1%;
  align-items: center;
}
.l-header.navi_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  max-width: 100vw;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  color: #171717;
}
.l-header.navi_fixed .l-header__inner {
  gap: 8.1%;
}
.l-header.navi_fixed .p-header__list-item a {
  color: #171717;
}
.l-header.navi_fixed .p-header__list-item::before {
  background-color: #171717;
}
.l-header.navi_fixed .p-header__logo {
  position: relative;
}
.l-header.navi_fixed .p-header__logo img {
  opacity: 0;
}
.l-header.navi_fixed .p-header__logo::before {
  content: "";
  width: 136px;
  height: 60px;
  background: url("../images/black_logo.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -15%;
  transform: scale(4) translateY(-2px);
  left: 166px;
}
@media screen and (max-width: 992px) {
  .l-header.navi_fixed .p-header__logo::before {
    transform: scale(4) translateY(-8px);
  }
}
@media screen and (max-width: 526px) {
  .l-header.navi_fixed .p-header__logo::before {
    transform: scale(4) translateY(-5px);
  }
}
.l-header.navi_fixed .p-header__bar {
  background-color: #171717;
}
.l-header.active {
  background-image: linear-gradient(#0B165C, #0B165C);
}
.l-header.active .p-header__logo {
  position: relative;
}
.l-header.active .p-header__logo img {
  opacity: 1;
}
.l-header.active .p-header__logo::before {
  content: none;
}

.l-section {
  margin-top: 160px;
  scroll-margin-top: 120px;
  position: relative;
  z-index: 1;
}

/***************************************
****************************************
mainvisual 
****************************************
****************************************/
.l-main__inner {
  padding-inline: 12.9%;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(#0B165C, #0B165C);
}
@media screen and (max-width: 768px) {
  .l-main__inner {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 526px) {
  .l-main__inner {
    padding-inline: 5%;
  }
}

/***************************************
****************************************
service 
****************************************
****************************************/
.l-service__inner {
  margin-top: 198px;
  padding-inline: 30px;
  max-width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .l-service__inner {
    margin-top: 101px;
    padding-inline: 20px;
  }
}

.l-service__flex {
  display: flex;
  gap: 48px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .l-service__flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

/***************************************
****************************************
about
****************************************
****************************************/
.l-about__flex {
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-about__flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 526px) {
  .l-about__flex {
    gap: 13px;
  }
}

/***************************************
****************************************
works 
****************************************
****************************************/
.l-works__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .l-works__inner {
    max-width: 560px;
    margin-inline: auto;
  }
}

.l-card__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 49px;
  margin-left: 19px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .l-card__flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 526px) {
  .l-card__flex {
    margin-left: 0;
    margin-top: 45px;
    gap: 0;
  }
}

/***************************************
****************************************
Recruit 
****************************************
****************************************/
.l-recruit__inner {
  max-width: 1072px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 526px) {
  .l-recruit__inner {
    margin-top: 25px;
  }
}
@media screen and (max-width: 526px) {
  .l-recruit__inner h2 {
    margin-left: 20px;
  }
}

.l-recruit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  justify-content: center;
  height: auto;
  min-height: 350px;
  margin-left: 29px;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .l-recruit__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
    width: fit-content;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-recruit__grid {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 526px) {
  .l-recruit__grid {
    margin-top: 31px;
  }
}

/***************************************
****************************************
contact
****************************************
****************************************/
.l-contact__inner {
  text-align: center;
  max-width: 761px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .l-contact__inner {
    text-align: left;
  }
}

.l-button__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .l-button__flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
  }
}

.l-float {
  max-width: 348px;
  padding: 20px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.251);
  border-radius: 50px;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}
.l-float.is_float {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/***************************************
****************************************
footer
****************************************
****************************************/
.l-footer {
  width: 100%;
  max-width: 100%;
  background-color: rgb(42, 178, 151);
  height: 100%;
}
.l-footer__block {
  padding-block: 89px 120px;
  max-width: 1053px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  color: #fff;
  padding-inline: 20px;
}
@media screen and (max-width: 526px) {
  .l-footer__block {
    padding-block: 40px 43px;
  }
}
.l-footer__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 526px) {
  .l-footer__flex {
    flex-direction: column-reverse;
  }
}
.l-footer__navi {
  margin-top: 101px;
  display: flex;
  gap: 69px;
}
@media screen and (max-width: 526px) {
  .l-footer__navi {
    flex-direction: column;
    margin-top: 0;
    gap: 57px;
  }
}
.l-footer__navi-left {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 526px) {
  .l-footer__navi-left {
    flex-direction: column;
    gap: 16px;
  }
}
.l-footer__navi-right {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 526px) {
  .l-footer__navi-right {
    flex-direction: column;
    gap: 11px;
  }
}

/******************************
*******************************
// ローディング
/******************************
*******************************/
.loading {
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  overflow-y: hidden;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.loading.close {
  opacity: 0;
  z-index: -1;
  display: none;
}

.loader {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.mt51 {
  margin-top: 51px;
}

.mt46 {
  margin-top: 46px;
}
@media screen and (max-width: 526px) {
  .mt46 {
    margin-top: 34px;
  }
}

.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 526px) {
  .mt35 {
    margin-top: 28px;
  }
}

.mt48 {
  margin-top: 48px;
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 526px) {
  .mt40 {
    margin-top: 3px;
  }
}

.mt41 {
  margin-top: 40px;
}
@media screen and (max-width: 526px) {
  .mt41 {
    margin-top: 40px;
  }
}

.s-orange {
  background-color: #b8614b;
}

.s-naibee {
  background-color: #191919;
}

@media screen and (max-width: 526px) {
  .sp-inline {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */