@charset "UTF-8";
@font-face {
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP-DemiLight.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP-Bold.woff2") format("woff2");
}
/* _setting CSS */
html {
  font-size: 10px;
}

* {
  line-height: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-weight: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  line-height: 2;
  color: #504650;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, input, button, a, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong, b {
  font-size: inherit;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: inherit;
}

textarea {
  resize: vertical;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media all and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 1.3333333333vw;
  }
  h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, input, button, a, textarea {
    font-size: 2.8rem;
  }
  iframe[src*=youtube] {
    max-width: 100%;
    height: 52vw;
  }
}
.float:nth-child(1) {
  animation: float-1 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(1) {
    animation: sp_float-1 12s infinite ease-in-out;
  }
}

@keyframes float-1 {
  20% {
    transform: translate(4px, 5px);
  }
  56% {
    transform: translate(-4px, -6px);
  }
  77% {
    transform: translate(-5px, 6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-1 {
  25% {
    transform: translate(1px, 1px);
  }
  47% {
    transform: translate(4px, -3px);
  }
  69% {
    transform: translate(2px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(2) {
  animation: float-2 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(2) {
    animation: sp_float-2 12s infinite ease-in-out;
  }
}

@keyframes float-2 {
  32% {
    transform: translate(4px, 9px);
  }
  56% {
    transform: translate(-3px, 4px);
  }
  71% {
    transform: translate(9px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-2 {
  22% {
    transform: translate(3px, 1px);
  }
  47% {
    transform: translate(4px, -2px);
  }
  83% {
    transform: translate(-4px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(3) {
  animation: float-3 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(3) {
    animation: sp_float-3 12s infinite ease-in-out;
  }
}

@keyframes float-3 {
  29% {
    transform: translate(-1px, 5px);
  }
  58% {
    transform: translate(-7px, 6px);
  }
  70% {
    transform: translate(3px, 0px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-3 {
  25% {
    transform: translate(0px, -2px);
  }
  58% {
    transform: translate(-2px, 4px);
  }
  69% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(4) {
  animation: float-4 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(4) {
    animation: sp_float-4 12s infinite ease-in-out;
  }
}

@keyframes float-4 {
  18% {
    transform: translate(7px, -3px);
  }
  53% {
    transform: translate(6px, -8px);
  }
  74% {
    transform: translate(0px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-4 {
  19% {
    transform: translate(-2px, -4px);
  }
  50% {
    transform: translate(-1px, 2px);
  }
  77% {
    transform: translate(-1px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(5) {
  animation: float-5 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(5) {
    animation: sp_float-5 12s infinite ease-in-out;
  }
}

@keyframes float-5 {
  26% {
    transform: translate(-1px, 1px);
  }
  42% {
    transform: translate(2px, 8px);
  }
  71% {
    transform: translate(-3px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-5 {
  19% {
    transform: translate(0px, -1px);
  }
  45% {
    transform: translate(0px, 1px);
  }
  71% {
    transform: translate(1px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(6) {
  animation: float-6 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(6) {
    animation: sp_float-6 12s infinite ease-in-out;
  }
}

@keyframes float-6 {
  22% {
    transform: translate(-6px, -1px);
  }
  53% {
    transform: translate(-6px, 2px);
  }
  79% {
    transform: translate(-3px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-6 {
  24% {
    transform: translate(-1px, -2px);
  }
  43% {
    transform: translate(1px, 2px);
  }
  79% {
    transform: translate(4px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(7) {
  animation: float-7 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(7) {
    animation: sp_float-7 12s infinite ease-in-out;
  }
}

@keyframes float-7 {
  30% {
    transform: translate(-3px, -1px);
  }
  45% {
    transform: translate(1px, 4px);
  }
  83% {
    transform: translate(-4px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-7 {
  29% {
    transform: translate(1px, 1px);
  }
  51% {
    transform: translate(-4px, -1px);
  }
  83% {
    transform: translate(3px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(8) {
  animation: float-8 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(8) {
    animation: sp_float-8 12s infinite ease-in-out;
  }
}

@keyframes float-8 {
  19% {
    transform: translate(-4px, -9px);
  }
  48% {
    transform: translate(2px, -7px);
  }
  82% {
    transform: translate(-5px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-8 {
  18% {
    transform: translate(-2px, 0px);
  }
  46% {
    transform: translate(0px, 4px);
  }
  75% {
    transform: translate(-1px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(9) {
  animation: float-9 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(9) {
    animation: sp_float-9 12s infinite ease-in-out;
  }
}

@keyframes float-9 {
  20% {
    transform: translate(2px, 9px);
  }
  52% {
    transform: translate(-9px, -8px);
  }
  71% {
    transform: translate(7px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-9 {
  28% {
    transform: translate(0px, 1px);
  }
  42% {
    transform: translate(2px, 1px);
  }
  76% {
    transform: translate(-1px, -4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(10) {
  animation: float-10 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(10) {
    animation: sp_float-10 12s infinite ease-in-out;
  }
}

@keyframes float-10 {
  17% {
    transform: translate(5px, -1px);
  }
  49% {
    transform: translate(-4px, 2px);
  }
  70% {
    transform: translate(-7px, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-10 {
  30% {
    transform: translate(-4px, 1px);
  }
  58% {
    transform: translate(0px, 2px);
  }
  74% {
    transform: translate(-4px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(11) {
  animation: float-11 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(11) {
    animation: sp_float-11 12s infinite ease-in-out;
  }
}

@keyframes float-11 {
  25% {
    transform: translate(-8px, 1px);
  }
  54% {
    transform: translate(-1px, 3px);
  }
  71% {
    transform: translate(-7px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-11 {
  25% {
    transform: translate(2px, -3px);
  }
  53% {
    transform: translate(-1px, -1px);
  }
  77% {
    transform: translate(3px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(12) {
  animation: float-12 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(12) {
    animation: sp_float-12 12s infinite ease-in-out;
  }
}

@keyframes float-12 {
  23% {
    transform: translate(3px, 6px);
  }
  51% {
    transform: translate(9px, -8px);
  }
  75% {
    transform: translate(2px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-12 {
  20% {
    transform: translate(1px, -4px);
  }
  47% {
    transform: translate(-1px, 1px);
  }
  78% {
    transform: translate(-4px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(13) {
  animation: float-13 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(13) {
    animation: sp_float-13 12s infinite ease-in-out;
  }
}

@keyframes float-13 {
  24% {
    transform: translate(8px, -5px);
  }
  45% {
    transform: translate(3px, 8px);
  }
  69% {
    transform: translate(9px, -9px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-13 {
  21% {
    transform: translate(2px, -2px);
  }
  52% {
    transform: translate(1px, 0px);
  }
  75% {
    transform: translate(-2px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(14) {
  animation: float-14 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(14) {
    animation: sp_float-14 12s infinite ease-in-out;
  }
}

@keyframes float-14 {
  26% {
    transform: translate(-3px, -4px);
  }
  55% {
    transform: translate(1px, 9px);
  }
  76% {
    transform: translate(3px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-14 {
  31% {
    transform: translate(1px, -3px);
  }
  42% {
    transform: translate(-2px, -3px);
  }
  71% {
    transform: translate(-1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(15) {
  animation: float-15 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(15) {
    animation: sp_float-15 12s infinite ease-in-out;
  }
}

@keyframes float-15 {
  26% {
    transform: translate(-2px, -1px);
  }
  52% {
    transform: translate(-3px, -6px);
  }
  83% {
    transform: translate(-6px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-15 {
  27% {
    transform: translate(-1px, 4px);
  }
  43% {
    transform: translate(4px, 1px);
  }
  79% {
    transform: translate(-3px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(16) {
  animation: float-16 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(16) {
    animation: sp_float-16 12s infinite ease-in-out;
  }
}

@keyframes float-16 {
  27% {
    transform: translate(-7px, -5px);
  }
  52% {
    transform: translate(7px, 8px);
  }
  78% {
    transform: translate(2px, 9px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-16 {
  19% {
    transform: translate(1px, 0px);
  }
  50% {
    transform: translate(-3px, -3px);
  }
  72% {
    transform: translate(4px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(17) {
  animation: float-17 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(17) {
    animation: sp_float-17 12s infinite ease-in-out;
  }
}

@keyframes float-17 {
  31% {
    transform: translate(5px, -4px);
  }
  42% {
    transform: translate(-7px, 8px);
  }
  76% {
    transform: translate(-3px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-17 {
  21% {
    transform: translate(1px, -1px);
  }
  42% {
    transform: translate(-2px, 2px);
  }
  82% {
    transform: translate(-4px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(18) {
  animation: float-18 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(18) {
    animation: sp_float-18 12s infinite ease-in-out;
  }
}

@keyframes float-18 {
  32% {
    transform: translate(-3px, -3px);
  }
  54% {
    transform: translate(-7px, 0px);
  }
  77% {
    transform: translate(5px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-18 {
  22% {
    transform: translate(-2px, -1px);
  }
  46% {
    transform: translate(1px, -1px);
  }
  76% {
    transform: translate(3px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(19) {
  animation: float-19 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(19) {
    animation: sp_float-19 12s infinite ease-in-out;
  }
}

@keyframes float-19 {
  18% {
    transform: translate(2px, -7px);
  }
  55% {
    transform: translate(6px, -6px);
  }
  69% {
    transform: translate(-6px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-19 {
  26% {
    transform: translate(2px, 3px);
  }
  56% {
    transform: translate(3px, 0px);
  }
  77% {
    transform: translate(1px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float:nth-child(20) {
  animation: float-20 12s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .float:nth-child(20) {
    animation: sp_float-20 12s infinite ease-in-out;
  }
}

@keyframes float-20 {
  26% {
    transform: translate(3px, 5px);
  }
  49% {
    transform: translate(7px, 9px);
  }
  75% {
    transform: translate(-3px, 7px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sp_float-20 {
  17% {
    transform: translate(-3px, -3px);
  }
  58% {
    transform: translate(1px, -2px);
  }
  77% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/** バウンドアニメーションの定義 */
@keyframes bound {
  from {
    scale: 1;
  }
  25% {
    scale: 1.08;
  }
  to {
    scale: 1;
  }
}
/** バウンドアニメーションの定義 */
@keyframes op1 {
  0% {
    filter: blur(100px);
    opacity: 0;
  }
  40% {
    filter: blur(0);
    opacity: 1;
  }
  85% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(100px);
    opacity: 0;
  }
}
/** バウンドアニメーションの定義 */
@keyframes orb_change1 {
  0% {
    top: 50%;
    filter: blur(0);
    opacity: 1;
  }
  55% {
    top: 50%;
    filter: blur(100px);
    opacity: 0;
  }
  60% {
    top: 50%;
  }
  65% {
    top: 280px;
  }
  70% {
    top: 280px;
    filter: blur(100px);
    opacity: 0;
  }
  100% {
    top: 280px;
    filter: blur(0);
    opacity: 1;
  }
}
/** バウンドアニメーションの定義 */
@keyframes orb_change1_sp {
  0% {
    top: 50%;
    filter: blur(0);
    opacity: 1;
  }
  55% {
    top: 50%;
    filter: blur(100px);
    opacity: 0;
  }
  60% {
    top: 50%;
  }
  65% {
    top: 49.3333333333vw;
  }
  70% {
    top: 49.3333333333vw;
    filter: blur(100px);
    opacity: 0;
  }
  100% {
    top: 49.3333333333vw;
    filter: blur(0);
    opacity: 1;
  }
}
/** バウンドアニメーションの定義 */
@keyframes orb_change2 {
  0% {
    top: 280px;
    filter: blur(0);
    opacity: 1;
  }
  20% {
    top: 280px;
    filter: blur(100px);
    opacity: 0;
  }
  60% {
    top: 280px;
  }
  70% {
    top: 50%;
  }
  80% {
    top: 50%;
    filter: blur(100px);
    opacity: 0;
  }
  100% {
    top: 50%;
    filter: blur(0);
    opacity: 1;
  }
}
/** バウンドアニメーションの定義 */
@keyframes orb_change2_sp {
  0% {
    top: 49.3333333333vw;
    filter: blur(0);
    opacity: 1;
  }
  20% {
    top: 49.3333333333vw;
    filter: blur(100px);
    opacity: 0;
  }
  60% {
    top: 49.3333333333vw;
  }
  70% {
    top: 50%;
  }
  80% {
    top: 50%;
    filter: blur(100px);
    opacity: 0;
  }
  100% {
    top: 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.scf,
.scft {
  transform: translateZ(0);
  will-change: backdrop-filter, filter, opacity;
}
.scf_bd_blur,
.scft_bd_blur {
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  transition: 0.8s;
  transition-property: opacity, filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
}
.scf_blur,
.scft_blur {
  filter: blur(100px);
  transition: 0.8s;
  transition-property: opacity, filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
}
.scf_opacity,
.scft_opacity {
  opacity: 0;
  transition: 0.8s;
  transition-property: opacity, filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
}
.scf_pop,
.scft_pop {
  scale: 0.5;
  opacity: 0;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s ease, scale 0.3s ease, scale 0.4s ease;
  transition-property: opacity, filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate !important;
  transition-property: opacity, filter, backdrop-filter, transform, scale, translate, rotate, -webkit-backdrop-filter !important;
}
.scf_on,
.scft_on {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  opacity: 1;
  scale: 1;
}

.scf_on .scroll_icon {
  transition: 1.7s;
  filter: blur(0);
  opacity: 1;
  transition-delay: 0.8s;
}

#first_content.off .sec_wrap {
  -webkit-backdrop-filter: blur(15px) !important;
  backdrop-filter: blur(15px) !important;
  transform: translateZ(0);
  transition-delay: 0s;
  transition: 0.5s;
  position: relative;
}
#first_content.off .canvas canvas {
  scale: 0.6;
}
#first_content .sec_wrap {
  transition: 1s;
}

.fc_pink {
  color: #e13c82;
}

a:hover {
  color: inherit;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 1001px) {
  .sp {
    display: none !important;
  }
}
.fc_bca {
  font-display: swap;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fc_up {
  text-transform: uppercase;
}

.fc_1 {
  font-weight: 100;
}

.fc_2 {
  font-weight: 200;
}

.fc_3 {
  font-weight: 300;
}

.fc_4 {
  font-weight: 400;
}

.fc_5 {
  font-weight: 500;
}

.fc_7 {
  font-weight: 700;
}

.bd_blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform: translateZ(0);
  will-change: backdrop-filter, filter, opacity;
}

.h_full {
  min-height: calc(100vh - 103px);
}

.c_btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 320px;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px 0 0;
  border-radius: 30px;
  background: #00aafa;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  transition: opacity 0.3s;
}
.c_btn1 i {
  right: 30px;
}
@media screen and (max-width: 1000px) {
  .c_btn1 {
    width: 80vw;
    height: 16vw;
    border-radius: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .c_btn1 i {
    right: 6vw;
  }
}
@media all and (min-width: 901px) {
  .c_btn1:hover {
    opacity: 0.7;
    color: #fff;
  }
}

.i_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .i_arrow {
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
  }
}
.i_arrow::before, .i_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .i_arrow::before, .i_arrow::after {
    width: 2vw;
  }
}
.i_arrow::after {
  width: 9px;
  height: 9px;
  margin: 0 0 0 1px;
  background: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .i_arrow::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}

body {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.pagetop {
  display: none !important;
}

html,
body,
#container {
  position: relative;
  min-height: 100vh;
}

#container {
  transition: 2s;
  padding: 150px 0 40px;
  background: #ecf0f0;
}
@media screen and (max-width: 900px) {
  #container {
    padding: calc(5.3333333333vw + 54px) 0 5.3333333333vw !important;
  }
}
@media all and (min-width: 901px) {
  #container a,
  #container button {
    transition: opacity 0.3s;
  }
  #container a:hover,
  #container button:hover {
    opacity: 0.85;
  }
}
@media all and (min-width: 901px) {
  #container button {
    transition: opacity 0.3s;
  }
  #container button:hover {
    opacity: 0.7;
  }
}

#header {
  position: fixed !important;
  top: 0;
}

.pagetop.fixBottom {
  display: none !important;
}

@media screen and (max-width: 900px) {
  img {
    width: 100%;
    max-width: 100%;
  }
}

.c_wrap {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .c_wrap {
    width: 100%;
    padding: 0 4.6666666667vw;
  }
}

.sec1 {
  display: flex;
  flex-direction: column-reverse;
}
.sec1 .sec_1 {
  position: relative;
}
.sec1 .sec_1 h2 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 h2 {
    position: relative;
    top: 0;
    left: 3.7333333333vw;
    width: 83.2vw;
    margin: 0 0 43.2vw;
  }
}
.sec1 .sec_1 h2::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 520px;
  height: 500px;
  border-radius: 33px;
  background: #848aba;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 h2::before {
    right: -1.8666666667vw;
    bottom: -1.8666666667vw;
    width: 83.2vw;
    height: 102.6666666667vw;
    border-radius: 4.5333333333vw;
  }
}
.sec1 .sec_1 .list1 {
  position: relative;
}
.sec1 .sec_1 .list1 li {
  position: absolute;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s ease, scale 0.3s ease, scale 0.4s ease;
  opacity: 1;
  pointer-events: auto;
}
.sec1 .sec_1 .list1 li.hidden {
  opacity: 0;
  pointer-events: none;
  scale: 0;
}
.sec1 .sec_1 .list1 li._w2 {
  width: 540px;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 .list1 li._w2 {
    width: 100%;
  }
}
.sec1 .sec_1 .list1 li._hd {
  width: 540px;
  height: 560px;
}
.sec1 .sec_1 .list1 li._hd::before {
  background: none;
}
.sec1 .sec_1 .list1 li._right .box {
  padding-right: 0;
}
.sec1 .sec_1 .list1 li._left .box {
  padding-left: 0;
}
.sec1 .sec_1 .list1 li._top .box {
  padding-top: 0;
}
.sec1 .sec_1 .list1 li a {
  display: block;
  position: relative;
}
.sec1 .sec_1 .list1 li .box {
  display: block;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 .list1 li .box {
    padding: 1.3333333333vw;
  }
}
.sec1 .sec_1 .list1 li .box * {
  position: relative;
  z-index: 1;
}
.sec1 .sec_1 .list1 li .box::before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 22px;
  background: #00aafa;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 .list1 li .box::before {
    bottom: 0.6666666667vw;
    right: 0.6666666667vw;
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
    border-radius: 4vw;
  }
}
.sec1 .sec_1 .list1 li .semi {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000000;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 .list1 li .semi {
    bottom: 2vw;
    left: 4.6666666667vw;
    font-size: 1.56rem;
  }
}
.sec1 .sec_1 .list1 li .semi::before {
  content: "●";
  color: #00aafa;
}
.sec1 .sec_1 .list1 li .semi._middle {
  bottom: 200px;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 .list1 li .semi._middle {
    bottom: 32vw;
  }
}
.sec1 .sec_1 .list1 li._business .box::before {
  background: #fa3c50;
}
.sec1 .sec_1 .list1 li._business .box .semi::before {
  color: #fa3c50;
}
.sec1 .sec_1 .list1 li._information .box::before {
  background: #00c88c;
}
.sec1 .sec_1 .list1 li._information .box .semi::before {
  color: #00c88c;
}
.sec1 .sec_1 .list1 li._human .box::before {
  background: #fa8700;
}
.sec1 .sec_1 .list1 li._human .box .semi::before {
  color: #fa8700;
}
.sec1 .sec_1 .list1 li._ici .box::before {
  background: #ebff00;
}
.sec1 .sec_1 .list1 li._ici .box .semi::before {
  color: #ebff00;
}
.sec1 .sec_1 .list_more {
  padding: 25px 0 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 .list_more {
    padding: 5.3333333333vw 0 0;
  }
}
.sec1 .sec_1 .list_more button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border: 1px solid #323c8c;
  border-radius: 100px;
  color: #323c8c;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_1 .list_more button {
    width: 28vw;
    height: 9.3333333333vw;
    font-size: 2.3rem;
  }
}
.sec1 .sec_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 28px;
}
@media screen and (max-width: 900px) {
  .sec1 .sec_2 {
    display: block;
    position: absolute;
    top: calc(126.4vw + 54px);
    left: 0;
    margin: 0;
    width: 100%;
  }
}
.sec1 .sec_2 h3 {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 h3 {
    width: 25.6vw;
    margin: 0 auto 4vw;
  }
}
.sec1 .sec_2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 91.2vw;
    margin: 0 auto;
  }
}
.sec1 .sec_2 ul li {
  margin: 0 5px;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul li {
    margin: 0 0 2.6666666667vw;
  }
}
.sec1 .sec_2 ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  border-radius: 100px;
  box-shadow: 4px 4px 0 #323c8c;
  background: #fff;
  color: #323c8c;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul li button {
    width: 28.8vw;
    height: 9.6vw;
    font-size: 2.5rem;
    box-shadow: 3px 3px 0 #323c8c;
  }
}
.sec1 .sec_2 ul li button.on, .sec1 .sec_2 ul li button:hover {
  background: #323c8c;
  box-shadow: 43x 4px 0 #fff !important;
  color: #fff;
  opacity: 1 !important;
}
.sec1 .sec_2 ul li.economics button {
  box-shadow: 4px 4px 0 #00aafa;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul li.economics button {
    box-shadow: 3px 3px 0 #00aafa;
  }
}
.sec1 .sec_2 ul li.economics button.on, .sec1 .sec_2 ul li.economics button:hover {
  background: #00aafa;
}
.sec1 .sec_2 ul li.business button {
  box-shadow: 4px 4px 0 #fa3c50;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul li.business button {
    box-shadow: 3px 3px 0 #fa3c50;
  }
}
.sec1 .sec_2 ul li.business button.on, .sec1 .sec_2 ul li.business button:hover {
  background: #fa3c50;
}
.sec1 .sec_2 ul li.information button {
  box-shadow: 4px 4px 0 #50c8aa;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul li.information button {
    box-shadow: 3px 3px 0 #50c8aa;
  }
}
.sec1 .sec_2 ul li.information button.on, .sec1 .sec_2 ul li.information button:hover {
  background: #50c8aa;
}
.sec1 .sec_2 ul li.human button {
  box-shadow: 4px 4px 0 #fa8700;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul li.human button {
    box-shadow: 3px 3px 0 #fa8700;
  }
}
.sec1 .sec_2 ul li.human button.on, .sec1 .sec_2 ul li.human button:hover {
  background: #fa8700;
}
.sec1 .sec_2 ul li.ici button {
  box-shadow: 4px 4px 0 #ebff00;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec_2 ul li.ici button {
    box-shadow: 3px 3px 0 #ebff00;
  }
}
.sec1 .sec_2 ul li.ici button.on, .sec1 .sec_2 ul li.ici button:hover {
  color: #323c8c;
  background: #ebff00;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background: rgba(50, 60, 140, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
#modal.on {
  opacity: 1;
  pointer-events: all;
}
#modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal_inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  padding: 55px;
  max-height: calc(100% - 200px);
  translate: -50% -50%;
  border-radius: 25px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner {
    width: 88vw;
    padding: 5.3333333333vw;
    border-radius: 3.3333333333vw;
  }
}
#modal .modal_inner .scroll_inner {
  display: none;
  overflow: scroll;
}
#modal .modal_inner .scroll_inner.on {
  display: block;
}
#modal .modal_inner .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 0;
  padding: 80px 0 0;
  overflow: hidden;
  translate: 50% -50%;
  border-radius: 100%;
  background: #e14383;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner .modal_close {
    width: 10.6666666667vw;
    padding: 10.6666666667vw 0 0;
  }
}
#modal .modal_inner .modal_close::before, #modal .modal_inner .modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  translate: -50% -50%;
  background: #fff;
  rotate: 45deg;
}
#modal .modal_inner .modal_close::after {
  rotate: -45deg;
}
#modal .modal_inner::before, #modal .modal_inner::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner::before, #modal .modal_inner::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
#modal .modal_inner::before {
  top: -5px;
  left: -5px;
  border-left: solid 10px #00aafa;
  border-top: solid 10px #00aafa;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner::before {
    top: -0.6666666667vw;
    left: -0.6666666667vw;
    border-left-width: 1.3333333333vw;
    border-top-width: 1.3333333333vw;
    border-radius: 2.6666666667vw 0 0 0;
  }
}
#modal .modal_inner::after {
  bottom: -5px;
  right: -5px;
  border-right: solid 10px #00aafa;
  border-bottom: solid 10px #00aafa;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner::after {
    bottom: -0.6666666667vw;
    right: -0.6666666667vw;
    border-right-width: 1.3333333333vw;
    border-bottom-width: 1.3333333333vw;
    border-radius: 0 0 2.6666666667vw 0;
  }
}
#modal .modal_inner .modal_hd {
  margin: 0 0 10px;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner .modal_hd {
    margin: 0 0 2.6666666667vw;
  }
}
#modal .modal_inner .modal_hd span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 10px 1px;
  line-height: 1.7;
  background-color: #ed8eb5;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner .modal_hd span {
    font-size: 3.4rem;
  }
}
#modal .modal_inner .subhd {
  color: #323c8c;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner .subhd {
    font-size: 3.2rem;
  }
}
#modal .modal_inner .semi {
  margin: 0 0 15px;
  color: #323c8c;
  font-size: 1.54rem;
  font-weight: 500;
}
#modal .modal_inner .semi::before {
  content: "●";
  color: #00aafa;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner .semi {
    margin: 0 0 2vw;
    font-size: 2.24rem;
  }
}
#modal .modal_inner .btn {
  margin-top: 1.5em;
  scale: 0.7em;
}
@media screen and (max-width: 900px) {
  #modal .modal_inner .btn a {
    width: 90%;
  }
}
#modal .modal_inner._business::before, #modal .modal_inner._business::after {
  border-color: #fa3c50;
}
#modal .modal_inner._business .semi::before {
  color: #fa3c50;
}
#modal .modal_inner._information::before, #modal .modal_inner._information::after {
  border-color: #00c88c;
}
#modal .modal_inner._information .semi::before {
  color: #00c88c;
}
#modal .modal_inner._human::before, #modal .modal_inner._human::after {
  border-color: #fa8700;
}
#modal .modal_inner._human .semi::before {
  color: #fa8700;
}
#modal .modal_inner._ici::before, #modal .modal_inner._ici::after {
  border-color: #ebff00;
}
#modal .modal_inner._ici .semi::before {
  color: #ebff00;
}

.sec_detail .list_back {
  padding: 25px 0 110px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec_detail .list_back {
    padding: 2.6666666667vw 0 14.6666666667vw;
  }
}
.sec_detail .list_back a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  background: #323c8c;
  border-radius: 100px;
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 900px) {
  .sec_detail .list_back a {
    width: 36vw;
    height: 12vw;
    font-size: 2.8rem;
  }
}
@media all and (min-width: 901px) {
  .sec_detail .page_hd .inner {
    display: flex;
    justify-content: space-between;
    width: 1010px;
    padding: 25px 0 85px;
  }
}
@media screen and (max-width: 900px) {
  .sec_detail .page_hd .inner {
    width: 100%;
    padding: 0.8vw 6.6666666667vw 14.6666666667vw;
  }
}
.sec_detail .page_hd .inner .hd {
  position: relative;
  width: 260px;
}
@media screen and (max-width: 900px) {
  .sec_detail .page_hd .inner .hd {
    width: 52vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.sec_detail .page_hd .inner .hd img {
  position: relative;
}
.sec_detail .page_hd .inner .hd::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 260px;
  height: 260px;
  border-radius: 22px;
  background: #00aafa;
}
@media screen and (max-width: 900px) {
  .sec_detail .page_hd .inner .hd::before {
    top: 0.8vw;
    left: 0.8vw;
    width: 52vw;
    height: 52vw;
    border-radius: 4.4vw;
  }
}
.sec_detail .page_hd .inner .text {
  color: #504650;
}
@media all and (min-width: 901px) {
  .sec_detail .page_hd .inner .text {
    width: 700px;
  }
}
.sec_detail .page_hd .inner .text .subhd {
  color: #323c8c;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .sec_detail .page_hd .inner .text .subhd {
    margin: 0 0 0.6666666667vw;
    line-height: 1.5;
    font-size: 3.6rem;
  }
}
.sec_detail .page_hd .inner .text .semi {
  margin: 0 0 15px;
  color: #323c8c;
  font-size: 1.54rem;
  font-weight: 500;
}
.sec_detail .page_hd .inner .text .semi::before {
  content: "●";
  color: #00aafa;
}
@media screen and (max-width: 900px) {
  .sec_detail .page_hd .inner .text .semi {
    margin: 0 0 2vw;
    font-size: 2.52rem;
  }
}
.sec_detail .detail {
  position: relative;
  padding: 135px 0 0;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail {
    padding: 22.6666666667vw 0 0;
  }
}
.sec_detail .detail .semi {
  position: absolute;
  top: -19px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .semi {
    top: -4.6666666667vw;
    width: 64.5333333333vw;
  }
}
.sec_detail .detail .semi span {
  display: block;
  color: #504650;
  font-size: 2.4rem;
  text-align: center;
}
@media all and (min-width: 901px) {
  .sec_detail .detail .detail_body {
    width: 880px;
    margin: 0 auto;
  }
}
.sec_detail .detail .detail_body h3 {
  position: relative;
  line-height: 1.6;
  margin: 60px 0 35px;
  padding: 15px 20px 15px 45px;
  border-radius: 10px;
  background: #ecf0f0;
  color: #504650;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .detail_body h3 {
    margin: 10.6666666667vw -4.6666666667vw 5.3333333333vw 0;
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 8.6666666667vw;
    border-radius: 2vw 0 0 2vw;
    font-size: 2.8rem;
  }
}
.sec_detail .detail .detail_body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 4px;
  height: 30px;
  translate: 0 -50%;
  background: #00aafa;
  border-radius: 2px;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .detail_body h3::before {
    left: 4vw;
    width: 0.8vw;
    height: calc(90% - 5.3333333333vw);
  }
}
.sec_detail .detail .detail_body .thumbnail {
  margin-top: 0;
}
.sec_detail .detail .detail_body p {
  line-height: 2.2;
  margin: 0 0 35px;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .detail_body p {
    line-height: 2;
    margin: 0 0 6.6666666667vw;
    font-size: 2.8rem;
  }
}
.sec_detail .detail .detail_body p:has(> img) {
  margin: 45px 0 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .detail_body p:has(> img) {
    margin: 9.3333333333vw 0 10.6666666667vw;
  }
}
@media all and (min-width: 901px) {
  .sec_detail .detail .detail_body p:has(> img) img {
    margin: 0 20px;
  }
}
.sec_detail .detail .detail_body p:has(> img) img + img {
  margin: 5.3333333333vw 0 0;
}
.sec_detail .detail .author {
  padding: 60px 0 150px;
  background: #ecf0f0;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .author {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
}
.sec_detail .detail .author .author_inner {
  display: flex;
}
@media all and (min-width: 901px) {
  .sec_detail .detail .author .author_inner {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 880px;
  }
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .author .author_inner {
    flex-direction: column;
  }
}
.sec_detail .detail .author .author_inner .text {
  order: 2;
  width: 640px;
  padding: 15px 0 0;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .author .author_inner .text {
    width: 100%;
    padding: 0;
  }
}
.sec_detail .detail .author .author_inner .text h3 {
  margin: 0 0 15px;
  color: #504650;
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .author .author_inner .text h3 {
    margin: 0 0 3.3333333333vw;
    font-size: 3.6rem;
    text-align: center;
  }
}
.sec_detail .detail .author .author_inner .text h3 span {
  font-size: 1.9rem;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .author .author_inner .text h3 span {
    font-size: 2.88rem;
  }
}
.sec_detail .detail .author .author_inner .img {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .author .author_inner .img {
    width: 42.6666666667vw;
    margin: 0 auto 4vw;
  }
}
.sec_detail .detail .author .author_inner .btn {
  order: 3;
  width: 100%;
  margin: 60px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #323c8c;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .author .author_inner .btn {
    margin: 11.3333333333vw 0 0;
    padding: 13.3333333333vw 0 0;
  }
}
.sec_detail .detail .other {
  position: relative;
}
.sec_detail .detail .other h3 {
  margin: 0 0 30px;
  translate: 0 -20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .other h3 {
    width: 46.1333333333vw;
    margin: 0 auto 4.9333333333vw;
    translate: 0 -3.6vw;
  }
}
@media all and (min-width: 901px) {
  .sec_detail .detail .other .other_items {
    width: 960px;
    margin: 0 auto;
  }
}
.sec_detail .detail .other .other_items .slick-prev,
.sec_detail .detail .other .other_items .slick-next {
  position: absolute;
  top: 100px;
  width: 14px;
  padding: 50px 0 0;
  height: 0;
  overflow: hidden;
  background: url("../images/arrow.svg") no-repeat center/100%;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .other .other_items .slick-prev,
  .sec_detail .detail .other .other_items .slick-next {
    display: none;
  }
}
.sec_detail .detail .other .other_items .slick-prev {
  left: -50px;
}
.sec_detail .detail .other .other_items .slick-next {
  right: -50px;
  rotate: 180deg;
}
.sec_detail .detail .other .other_items .slick-dots {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .other .other_items .slick-dots {
    padding: 8vw 0 13.3333333333vw;
  }
}
.sec_detail .detail .other .other_items .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .other .other_items .slick-dots li {
    margin: 0 2.6666666667vw;
  }
}
.sec_detail .detail .other .other_items .slick-dots li button {
  display: block;
  width: 10px;
  height: 0px;
  padding: 10px 0 0;
  overflow: hidden;
  border-radius: 100%;
  background: #d2d2d2;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .other .other_items .slick-dots li button {
    width: 2.6666666667vw;
    padding: 2.6666666667vw 0 0;
  }
}
.sec_detail .detail .other .other_items .slick-dots li.slick-active button {
  background: #e04281;
}
.sec_detail .detail .other .other_items .item {
  width: 320px;
  line-height: 1.8;
  padding: 0 20px;
  color: #504650;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .other .other_items .item {
    width: 64vw;
    padding: 4vw;
    font-size: 2.6rem;
  }
}
.sec_detail .detail .other .other_items .item img {
  display: block;
  margin: 0 0 10px;
}
.sec_detail .detail .other .other_items .item span {
  font-size: 1.28rem;
}
@media screen and (max-width: 900px) {
  .sec_detail .detail .other .other_items .item span {
    font-size: 2.28rem;
  }
}

.modal_inner .btn a {
  color: #00aafa;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
.sec_detail._business .hd::before,
.sec_detail._business h3::before {
  background-color: #fa3c50 !important;
}
.sec_detail._business .semi::before,
.modal_inner .btn._business a {
  color: #fa3c50 !important;
}
.sec_detail._business .btn a {
  background: #fa3c50 !important;
}
.sec_detail._information .hd::before,
.sec_detail._information h3::before {
  background-color: #00c88c !important;
}
.sec_detail._information .btn a {
  background: #00c88c !important;
}
.sec_detail._information .semi::before,
.modal_inner .btn._information a {
  color: #00c88c !important;
}
.sec_detail._human .hd::before,
.sec_detail._human h3::before {
  background-color: #fa8700 !important;
}
.sec_detail._human .btn a {
  background: #fa8700 !important;
}
.sec_detail._human .semi::before,
.modal_inner .btn._human a {
  color: #fa8700 !important;
}
.sec_detail._ici .hd::before,
.sec_detail._ici h3::before {
  background-color: #eef200 !important;
}
.sec_detail._ici .btn a {
  background: #eef200 !important;
}
.sec_detail._ici .semi::before {
  color: #eef200 !important;
}

.modal_inner .btn._ici a {
  color: #323c8c;
}

@media print {
  body,
  html {
    width: 100% !important;
    min-width: 0 !important;
    -webkit-print-color-adjust: exact;
  }
  * {
    transition: 0s !important;
    transition-delay: 0s !important;
  }
  @page {
    margin: 0;
    size: A4;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 0;
  }
  body {
    zoom: 0.8;
  }
}/*# sourceMappingURL=styles.css.map */