@charset "UTF-8";
/* --------------------------------------------------------------------------------------
  reset.css
--------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  /* color-scheme: dark light; */
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  border: 0;
  background: transparent;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(
  .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------- */
/* base ------------------------------ */
body {
  background-color: #9be8ee;
  width: 100vw;
  overflow-x: hidden;
}
body.hidden {
  overflow: hidden;
}

section:not(:first-child) {
  margin-bottom: min(7.8125vw, 100px);
}

.main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #000;
}

input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* font ------------------------------ */
html {
  font-family:
    "ヒラギノ角ゴ ProN",
    "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN,
    Arial,
    "メイリオ",
    Meiryo,
    sans-serif;
  font-style: normal;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

/* opening ------------------------------ */
.opening {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: #9be8ee;
  top: 0;
}
@media screen and (max-width: 750px) {
  .opening {
    height: 100vh;
    height: 100dvh;
  }
}
.opening img {
  width: 100%;
}
.opening__box {
  width: 14.375vw;
  max-width: 184px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 750px) {
  .opening__box {
    width: 53.3333333333vw;
    max-width: none;
  }
}
.opening__text {
  margin-bottom: 38px;
}
@media screen and (max-width: 750px) {
  .opening__text {
    margin-bottom: 8vw;
  }
}
.opening__lamp {
  width: 100%;
  margin: 0 auto;
  padding-top: min(53.846%, 99px);
  background: url("../img/opening_lamp.png") no-repeat center/contain;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 750px) {
  .opening__lamp {
    width: 43.3333333333vw;
    padding-top: min(53.846%, 175px);
  }
}
.opening__lamp.standby {
  -webkit-animation: stanby 3s infinite;
  animation: stanby 3s infinite;
}
.opening__lamp.hurueru {
  -webkit-animation: hurueru 0.3s infinite;
  animation: hurueru 0.3s infinite;
}
.opening__smoke {
  width: min(23.4375vw, 300px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .opening__smoke {
    width: 100%;
  }
}
.opening__smoke.mokumoku {
  z-index: 30;
  -webkit-animation: mokumoku 3s forwards;
  animation: mokumoku 3s forwards;
}
.opening__copy {
  position: absolute;
  z-index: 40;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* bg__cloud ------------------------------ */
.bg__cloud {
  position: absolute;
  width: min(76.5625vw, 980px);
  z-index: -1;
  -webkit-animation: cloud-anime 70s linear infinite;
  animation: cloud-anime 70s linear infinite;
}
.bg__cloud:nth-child(even) {
  animation-direction: reverse;
}
.bg__cloud:nth-child(1) {
  top: 10%;
  right: -10%;
}
@media screen and (max-width: 559px) {
  .bg__cloud:nth-child(1) {
    top: 150%;
    right: 0;
  }
}
.bg__cloud:nth-child(2) {
  top: 80%;
  left: -10%;
}
@media screen and (max-width: 559px) {
  .bg__cloud:nth-child(2) {
    top: 220%;
    left: -10%;
  }
}
.bg__cloud:nth-child(3) {
  top: 150%;
  right: -10%;
}
@media screen and (max-width: 559px) {
  .bg__cloud:nth-child(3) {
    top: 290%;
    right: 0;
  }
}
.bg__cloud:nth-child(4) {
  top: 220%;
  left: -10%;
}
@media screen and (max-width: 559px) {
  .bg__cloud:nth-child(4) {
    top: 360%;
    left: 0;
  }
}
@media screen and (max-width: 559px) {
  .bg__cloud {
    -webkit-animation: none;
    animation: none;
  }
}

/* header ------------------------------ */
.head__logo {
  width: min(12.890625vw, 165px);
  position: fixed;
  top: 0;
  left: 1%;
  z-index: 999;
}
.head__logo img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .head__logo {
    width: max(90px, 21.3333333333vw);
  }
}

/* company ------------------------------ */
.js-mainvisual-area .company__cloud {
  margin: 0 auto;
}

.company {
  overflow: hidden;
  margin-top: -3%;
}
@media screen and (max-width: 750px) {
  .company {
    margin-top: 13.3333333333vw;
  }
}
.company__cloud {
  margin: 0 auto min(6.25vw, 80px);
  width: min(76.796875vw, 983px);
  height: min(52.1875vw, 668px);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(../img/com1_cloud.svg);
}

.company__cloud,
com12 {
  background-image: url(../img/com1_cloud2.svg);
}

@media screen and (max-width: 959px) {
  .company__cloud {
    width: 100%;
    height: min(62.5651720542vw, 959px);
  }
}
@media screen and (max-width: 750px) {
  .company__cloud {
    width: 100%;
    height: min(280vw, 2100px);
    background-image: url(../img/comB_cloud-sp.svg);
    background-size: 146%;
  }
}
.company__cloud.com2 {
  background-image: url(../img/com2_cloud.svg);
}
@media screen and (max-width: 750px) {
  .company__cloud.com2 {
    background-image: url(../img/comA_cloud-sp.svg);
  }
}
.company__cloud.com3 {
  background-image: url(../img/com3_cloud.svg);
}
@media screen and (max-width: 750px) {
  .company__cloud.com3 {
    background-image: url(../img/comA_cloud-sp.svg);
  }
}
.company__cloud.com4 {
  background-image: url(../img/com4_cloud.svg);
}
@media screen and (max-width: 750px) {
  .company__cloud.com4 {
    background-image: url(../img/comC_cloud-sp.svg);
  }
}
.company__cloud.com5 {
  background-image: url(../img/com5_cloud.svg);
}
@media screen and (max-width: 750px) {
  .company__cloud.com5 {
    background-image: url(../img/comA_cloud-sp.svg);
  }
}
.company__cloud.com6 {
  background-image: url(../img/com6_cloud.svg);
}
@media screen and (max-width: 750px) {
  .company__cloud.com6 {
    background-image: url(../img/comD_cloud-sp.svg);
  }
  .company__cloud.com6 h2 {
    margin-top: 0.6em;
  }
}
.company__cloud.com7 {
  background-image: url(../img/com7_cloud.svg);
}
@media screen and (max-width: 750px) {
  .company__cloud.com7 {
    background-image: url(../img/comA_cloud-sp.svg);
  }
  .company__cloud.com7 h2 {
    margin-top: 0.6em;
  }
}
.company__wrap {
  width: 80%;
  margin: 0 auto;
  padding: min(3.125vw, 40px) min(4.6875vw, 60px);
}

@media screen and (max-width: 959px) {
  .company__wrap {
    width: 75%;
  }
}
@media screen and (max-width: 750px) {
  .company__wrap {
    width: 95%;
    padding: min(10.2666666667vw, 77px) 4%;
  }
}
.company__wrap .company__head {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 1em;
}
.company__wrap .company__head span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding: 10px 0 0 5px;
}

.company__wrap .company__headImg {
  height: min(3.125vw, 40px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10%;
}
.company__wrap .company__headImg img {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .company__wrap .company__headImg {
    height: min(9.3333333333vw, 70px);
  }
}
.company__wrap .company__head h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(15px, 1.5vw, 18px);
}
@media screen and (max-width: 750px) {
  .company__wrap .company__head h2 {
    font-size: clamp(15px, 4.8vw, 36px);
  }
}
.company__wrap .company__content {
  margin: min(1.5625vw, 20px) 0;
}
@media screen and (max-width: 959px) {
  .company__wrap .company__content {
    margin: min(3.1282586027vw, 30px) 0 min(2.6068821689vw, 25px);
  }
  .com1 .company__wrap .company__content {
    margin: min(3.1282586027vw, 30px) 0 min(1.5vw, 5px);
  }
}
@media screen and (max-width: 750px) {
  .company__wrap .company__content {
    margin: min(8.2666666667vw, 62px) 0;
  }
}
.company__wrap .company__content h3 {
  font-size: clamp(13px, 1.3333333333vw, 16px);
}
@media screen and (max-width: 750px) {
  .company__wrap .company__content h3 {
    font-size: clamp(13px, 4.2666666667vw, 32px);
  }
}
.company__wrap .company__content .company__flex {
  display: flex;
  justify-content: space-between;
  margin-top: min(1.5625vw, 20px);
}
@media screen and (max-width: 750px) {
  .company__wrap .company__content .company__flex {
    flex-direction: column;
  }
}
.company__wrap .company__content .company__flex .company_contentLeft {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .company__wrap .company__content .company__flex .company_contentLeft {
    width: 98%;
    margin: min(6.4vw, 48px) auto;
  }
}
.company__wrap .company__content .company__flex .company_contentLeft img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .company__wrap .company__content .company__flex .company_contentLeft img {
    margin: 0 auto;
    width: min(76vw, 570px);
  }
}
.company__wrap
  .company__content
  .company__flex
  .company_contentLeft
  .company__tag {
  margin-top: min(1.171875vw, 15px);
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 750px) {
  .company__wrap
    .company__content
    .company__flex
    .company_contentLeft
    .company__tag {
    margin-top: min(6.4vw, 48px);
  }
}
.company__wrap
  .company__content
  .company__flex
  .company_contentLeft
  .company__tag
  li {
  font-size: clamp(11px, 1.1666666667vw, 14px);
  background-color: #ccf3f6;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0.3em;
  margin: 0.2em 0.1em;
}
@media screen and (max-width: 750px) {
  .company__wrap
    .company__content
    .company__flex
    .company_contentLeft
    .company__tag
    li {
    font-size: clamp(11px, 3.7333333333vw, 28px);
  }
}
.company__wrap .company__content .company__flex .company_contentRight {
  width: 51%;
  font-size: clamp(11px, 1.1666666667vw, 14px);
}
@media screen and (max-width: 750px) {
  .company__wrap .company__content .company__flex .company_contentRight {
    width: 98%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .company__wrap .company__content .company__flex .company_contentRight {
    font-size: clamp(11px, 3.7333333333vw, 28px);
    margin-top: min(2.4vw, 18px);
  }
}
.company__wrap
  .company__content
  .company__flex
  .company_contentRight
  .company_detail {
  margin-top: min(3.125vw, 40px);
  font-size: clamp(11px, 1vw, 12px);
}
@media screen and (max-width: 750px) {
  .company__wrap
    .company__content
    .company__flex
    .company_contentRight
    .company_detail {
    margin-top: min(7.4666666667vw, 56px);
    font-size: clamp(11px, 3.2vw, 24px);
  }
}
.company__wrap
  .company__content
  .company__flex
  .company_contentRight
  .company_detail
  p
  span {
  display: inline-block;
  width: 5em;
}
.company__wrap .company__foot {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .company__wrap .company__foot {
    flex-direction: column;
    width: 70%;
  }
}
.company__wrap .company__foot .company__btn {
  width: 48%;
  height: min(3.90625vw, 50px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .company__wrap .company__foot .company__btn {
    width: 100%;
    height: min(13.6vw, 102px);
  }
  .company__wrap .company__foot .company__btn:first-child {
    margin-bottom: min(2.4vw, 18px);
  }
}
.company__wrap .company__foot .company__btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: min(2.1875vw, 28px);
  transform: translateY(-50%) scale(1, 0.95) rotate(45deg);
  transition: all 0.3s;
}
.company__wrap .company__foot .company__btn--mynavi {
  border: 3px solid #00aaea;
  transition: all 0.3s;
}
.company__wrap .company__foot .company__btn--mynavi:after {
  border-top: 3px solid #00aaea;
  border-right: 3px solid #00aaea;
}
.company__wrap .company__foot .company__btn--mynavi:hover {
  border: 3px solid #0071ea;
}
.company__wrap .company__foot .company__btn--mynavi:hover:after {
  border-top: 3px solid #0071ea;
  border-right: 3px solid #0071ea;
}
.company__wrap .company__foot .company__btn--mynavi img {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company__wrap .company__foot .company__btn--site {
  border: 3px solid #12b2c6;
  font-size: clamp(11px, 1.1666666667vw, 14px);
  font-weight: bold;
  color: #12b2c6;
  transition: all 0.3s;
}
.company__wrap .company__foot .company__btn--site:after {
  border-top: 3px solid #12b2c6;
  border-right: 3px solid #12b2c6;
}
.company__wrap .company__foot .company__btn--site:hover {
  border: 3px solid #007698;
  color: #007698;
}
.company__wrap .company__foot .company__btn--site:hover:after {
  border-top: 3px solid #007698;
  border-right: 3px solid #007698;
}
@media screen and (max-width: 750px) {
  .company__wrap .company__foot .company__btn--site {
    font-size: clamp(11px, 3.7333333333vw, 28px);
  }
}
.company__wrap .company__foot .company__btn--site p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company__majinArea {
  position: relative;
}
.company__majinArea .company__majin {
  width: min(21.09375vw, 270px);
  margin: 0 auto;
}
.company__majinArea .company__majin img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .company__majinArea .company__majin {
    width: min(55.3333333333vw, 415px);
    margin-top: -20%;
  }
}
.company__majinArea .company__btn--return {
  display: block;
  width: min(13.75vw, 176px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(100%, -50%);
}
.company__majinArea .company__btn--return img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .company__majinArea .company__btn--return {
    position: static;
    width: min(46.9333333333vw, 352px);
    transform: translate(0, 0);
    margin: 5% auto 0;
  }
}

/* smartphone ------------------------------ */
.smartphone__title {
  width: min(50vw, 640px);
  margin: 0 auto min(4.296875vw, 55px);
}
.smartphone__title img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .smartphone__title {
    width: min(85.3333333333vw, 640px);
    margin: 0 auto min(8vw, 60px);
    padding-top: 6.6666666667vw;
  }
}
.smartphone__text {
  width: min(50vw, 640px);
  margin: 0 auto min(12.5vw, 160px);
}
.smartphone__text img {
  width: min(36.71875vw, 470px);
}
@media screen and (max-width: 750px) {
  .smartphone__text img {
    width: min(88.6666666667vw, 665px);
  }
}
@media screen and (max-width: 750px) {
  .smartphone__text {
    width: min(85.3333333333vw, 640px);
  }
}
.smartphone__area .smartphone__areaTitle {
  width: min(29.6875vw, 380px);
  margin: 0 auto min(3.4375vw, 44px);
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__areaTitle {
    width: min(60.6666666667vw, 455px);
  }
}
.smartphone__area .smartphone__content {
  width: min(72.890625vw, 933px);
  height: min(34.375vw, 440px);
  margin: min(8.90625vw, 114px) auto 0;
  background-image: url(../img/smartphone.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__content {
    width: min(94.8vw, 711px);
    height: min(140.1333333333vw, 1051px);
    background-image: url(../img/smartphone-sp.svg);
    margin-top: min(26.6666666667vw, 200px);
  }
}
.smartphone__area .smartphone__btn {
  height: min(5.46875vw, 70px);
  background-color: rgba(250, 250, 250, 0.9);
  font-size: clamp(13px, 1.3333333333vw, 16px);
  text-align: center;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.smartphone__area .smartphone__btn:hover {
  background-color: rgb(250, 250, 250);
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn {
    height: min(13.6vw, 102px);
    font-size: clamp(13px, 4.2666666667vw, 32px);
  }
}
.smartphone__area .smartphone__btn p {
  width: min(9.375vw, 120px);
  margin: 0 auto;
  position: relative;
  font-size: clamp(10px, 1.25vw, 15px);
  font-weight: bold;
  text-indent: -0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smartphone__area .smartphone__btn p:after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-top: 0.2em solid #12b2c6;
  border-right: 0.2em solid #12b2c6;
  position: absolute;
  top: 50%;
  right: -0.625em;
  transform: translateY(-50%) scale(1, 0.95) rotate(135deg);
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn p:after {
    top: auto;
    bottom: 15px;
    right: 50%;
    transform: translateX(50%) scale(1, 0.95) rotate(135deg);
  }
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn p {
    width: auto;
    height: 100%;
    font-size: clamp(10px, 3.2vw, 24px);
  }
}
.smartphone__area .smartphone__btn.anchor1 {
  width: min(50.9375vw, 652px);
  top: max(-70px, -5.46875vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor1 {
    top: max(-100px, -13.3333333333vw);
  }
  .smartphone__area .smartphone__btn.anchor1 p {
    width: 100%;
    height: min(13.6vw, 102px);
    line-height: min(13.6vw, 102px);
    text-indent: 0;
  }
  .smartphone__area .smartphone__btn.anchor1 p:after {
    top: 50%;
    right: 17.3333333333vw;
    transform: translateY(-70%) scale(1, 0.95) rotate(135deg);
  }
}
.smartphone__area .smartphone__btn.anchor2 {
  width: min(11.953125vw, 153px);
  top: min(12.5vw, 160px);
  left: min(1.015625vw, 13px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor2 {
    width: min(13.6vw, 102px);
    height: min(27.0666666667vw, 203px);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: min(45.3333333333vw, 340px);
    left: min(3.2vw, 24px);
  }
}
.smartphone__area .smartphone__btn.anchor3 {
  width: min(11.953125vw, 153px);
  top: min(18.75vw, 240px);
  left: min(1.015625vw, 13px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor3 {
    width: min(13.6vw, 102px);
    height: min(49.8666666667vw, 304px);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: min(73.3333333333vw, 550px);
    left: min(3.2vw, 24px);
  }
}
.smartphone__area .smartphone__btn.anchor4 {
  width: min(11.953125vw, 153px);
  top: min(18.75vw, 240px);
  left: min(15.78125vw, 202px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor4 {
    width: min(13.6vw, 102px);
    height: min(41.3333333333vw, 310px);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: min(45.3333333333vw, 340px);
    left: min(22vw, 165px);
  }
}
.smartphone__area .smartphone__btn.anchor5 {
  width: min(41.5vw, 530px);
  top: min(12.5vw, 160px);
  left: min(30.46875vw, 390px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor5 {
    width: min(51.5vw, 248px);
    height: min(13.6vw, 102px);
    top: min(45.3333333333vw, 340px);
    left: min(40vw, 300px);
  }
  .smartphone__area .smartphone__btn.anchor5 p {
    width: 100%;
    height: min(13.6vw, 102px);
    line-height: min(13.6vw, 102px);
    text-indent: 0;
  }
  .smartphone__area .smartphone__btn.anchor5 p:after {
    top: 50%;
    right: 9.3333333333vw;
    transform: translateY(-70%) scale(1, 0.95) rotate(135deg);
  }
}
.smartphone__area .smartphone__btn.anchor6 {
  width: min(11.953125vw, 153px);
  top: min(18.75vw, 240px);
  left: min(45.3125vw, 580px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor6 {
    width: min(13.6vw, 102px);
    height: 30.5333333333vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: min(60vw, 450px);
    left: min(59.3333333333vw, 445px);
  }
}
.smartphone__area .smartphone__btn.anchor7 {
  width: min(11.953125vw, 153px);
  top: min(25vw, 320px);
  left: min(45.3125vw, 580px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor7 {
    width: min(13.6vw, 102px);
    height: min(27.0666666667vw, 203px);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: min(91.7333333333vw, 688px);
    left: min(59.3333333333vw, 445px);
  }
}
.smartphone__area .smartphone__btn.anchor8 {
  width: min(11.953125vw, 153px);
  top: min(18.75vw, 240px);
  left: min(60vw, 768px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor8 {
    width: min(13.6vw, 102px);
    height: min(31.5vw, 249px);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: min(60vw, 340px);
    left: min(77.8666666667vw, 584px);
  }
}
.smartphone__area .smartphone__btn.anchor9 {
  width: min(11.953125vw, 153px);
  /*top: min(25vw, 320px);*/
  top: min(18.75vw, 240px);
  left: min(60vw, 768px);
  transform: none;
}
@media screen and (max-width: 750px) {
  .smartphone__area .smartphone__btn.anchor9 {
    width: min(13.6vw, 102px);
    height: min(54.1333333333vw, 406px);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    /*top: min(93vw, 600px);*/
    top: min(60vw, 450px);
    left: min(77.8666666667vw, 584px);
  }
}
.smartphone__area .group__btnArea {
  width: min(72.890625vw, 933px);
  margin: min(3.4375vw, 44px) auto;
}
@media screen and (max-width: 750px) {
  .smartphone__area .group__btnArea {
    margin: min(8vw, 60px) auto;
  }
}
.smartphone__area .group__btnArea .group__btn {
  width: min(19.921875vw, 255px);
  margin: 0 0 0 auto;
}
.smartphone__area .group__btnArea .group__btn img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .smartphone__area .group__btnArea .group__btn {
    width: min(68vw, 510px);
    margin: 0 auto;
  }
}

/* companyList ------------------------------ */
.companyList__title {
  width: min(19.6875vw, 252px);
  margin: 0 auto min(4.375vw, 56px);
  padding-top: min(3.90625vw, 50px);
}
.companyList__title img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .companyList__title {
    width: min(40.4vw, 303px);
    margin: 0 auto min(10.6666666667vw, 80px);
    padding-top: min(10.6666666667vw, 80px);
  }
}
.companyList__content .companyList__search {
  width: min(72.890625vw, 933px);
  height: auto;
  margin: 0 auto min(0.78125vw, 10px);
  padding: min(3.125vw, 40px);
  border: 3px solid #000;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .companyList__content .companyList__search {
    width: 95%;
    margin: 0 auto min(4vw, 30px);
    padding: min(12vw, 90px) 2%;
  }
}
.companyList__content .companyList__search .companyList__label {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: bold;
  display: block;
  margin-bottom: min(3.125vw, 40px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .companyList__content .companyList__search .companyList__label {
    font-size: clamp(15px, 4.8vw, 36px);
    margin-bottom: min(10.6666666667vw, 80px);
  }
}
.companyList__content .companyList__search ul li {
  display: inline-block;
}
.companyList__content .companyList__search ul li label {
  display: inline-block;
  padding: 0.01em 0.5em;
  border-radius: 10px;
  margin: 0.4em 0;
  font-size: clamp(13px, 1.3333333333vw, 16px);
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .companyList__content .companyList__search ul li label {
    font-size: clamp(13px, 4.2666666667vw, 32px);
  }
}
.companyList__content .companyList__search .companyList__searchKey li label {
  border: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .companyList__content .companyList__search .companyList__searchKey li label {
    border: 2px solid #fff;
  }
}
.companyList__content
  .companyList__search
  .companyList__searchKey
  li
  input:checked
  + label {
  background-color: #fff;
}
.companyList__content .companyList__search .companyList__searchArea {
  text-align: center;
}
.companyList__content
  .companyList__search
  .companyList__searchArea
  li
  input:checked
  + label::after {
  opacity: 1;
}
.companyList__content .companyList__search .companyList__searchArea li label {
  cursor: pointer;
  margin: 0.4em 1em;
  padding-left: min(1.953125vw, 25px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .companyList__content .companyList__search .companyList__searchArea li label {
    padding-left: min(5.3333333333vw, 40px);
  }
}
.companyList__content
  .companyList__search
  .companyList__searchArea
  li
  label::before,
.companyList__content
  .companyList__search
  .companyList__searchArea
  li
  label::after {
  content: "";
  display: block;
  position: absolute;
}
.companyList__content
  .companyList__search
  .companyList__searchArea
  li
  label::before {
  background-color: #fff;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.companyList__content
  .companyList__search
  .companyList__searchArea
  li
  label::after {
  background-color: #2da8ba;
  opacity: 0;
  width: 0.625em;
  height: 0.625em;
  top: 50%;
  left: 0.1875em;
  transform: translateY(-50%);
}
.companyList__content .list .list_item {
  display: block;
}
.companyList__content .list .is-hide {
  display: none;
}
.companyList__content .list .company__resultNone {
  display: none;
  font-size: clamp(15px, 1.5vw, 18px);
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .companyList__content .list .company__resultNone {
    font-size: clamp(15px, 4.8vw, 36px);
  }
}
.companyList__content .list .company__resultNone.js-resultNone {
  display: block;
}
.companyList__content .company__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #2da8ba;
  border-bottom: 0;
  margin: min(5.078125vw, 65px) auto min(4.21875vw, 54px);
}

/* footer ------------------------------ */
.footer .footer__banner {
  width: min(73.046875vw, 935px);
  margin: 0 auto;
  border: 10px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .footer .footer__banner {
    width: min(92.6666666667vw, 695px);
  }
}
.footer .footer__banner img {
  width: 100%;
  transition: all 0.3s;
}
.footer .footer__banner img:hover {
  transform: scale(1.04);
}
.footer .footer__navi {
  width: clamp(650px, 70.3125vw, 900px);
  margin: min(12.1875vw, 156px) auto 0;
}
@media screen and (max-width: 750px) {
  .footer .footer__navi {
    width: 90%;
    margin: min(20vw, 150px) auto 0;
  }
}
.footer .footer__navi .footer__naviList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer .footer__navi .footer__naviList {
    flex-wrap: wrap;
  }
}
.footer .footer__navi .footer__naviList li {
  font-size: clamp(11px, 1.1666666667vw, 13px);
}
@media screen and (max-width: 750px) {
  .footer .footer__navi .footer__naviList li {
    font-size: clamp(11px, 3.7333333333vw, 28px);
    margin-bottom: min(6.1333333333vw, 46px);
  }
}
.footer .footer__navi .footer__naviList a:hover {
  color: #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
}
.footer .footer__navi .footer__naviList--tis {
  width: min(7.421875vw, 95px);
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .footer .footer__navi .footer__naviList--tis {
    width: 100%;
    margin-bottom: min(7.2vw, 54px);
    text-align: center;
    display: block;
  }
  .footer .footer__navi .footer__naviList--tis img {
    width: min(25.2vw, 189px);
    margin: 0 auto;
  }
}

/* コピーライト ------------------------------ */
.copyright {
  margin: min(7.03125vw, 90px) 0 0;
  padding-bottom: min(2.34375vw, 30px);
  text-align: center;
  font-size: clamp(11px, 1.1666666667vw, 14px);
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 750px) {
  .copyright {
    font-size: 2.6666666667vw;
  }
}

/* topへ戻る ------------------------------ */
.js-fadein {
  position: fixed;
}
.js-fadein img {
  width: 100%;
}

.top__btn {
  width: 80px;
  right: 1%;
  bottom: 1%;
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .top__btn {
    width: 10.6666666667vw;
    right: 1%;
    bottom: 1%;
  }
}

/* 魔神 ------------------------------ */
.majinS__img {
  width: min(14.0625vw, 180px);
  top: 20%;
}
@media screen and (max-width: 750px) {
  .majinS__img {
    width: min(26.6666666667vw, 200px);
    top: auto;
    bottom: 70px;
    left: -3%;
  }
}

.majinB__img {
  bottom: 20%;
  right: -13px;
  width: min(14.0625vw, 180px);
}
@media screen and (min-width: 1281px) {
  .majinB__img {
    right: calc(50% - 665px);
  }
}
@media screen and (max-width: 750px) {
  .majinB__img {
    width: min(26.6666666667vw, 200px);
  }
}
@media screen and (max-width: 750px) {
  .majinB__img {
    bottom: auto;
    top: 1%;
    right: -3%;
  }
}

.list .list_item {
  position: relative;
}
.list .list_item:after {
  content: "";
  width: min(76.5625vw, 980px);
  height: min(39.0625vw, 500px);
  background-image: url(../img/cloud01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -40%;
  z-index: -1;
  -webkit-animation: cloud-anime 60s linear infinite;
  animation: cloud-anime 60s linear infinite;
}
@media screen and (max-width: 559px) {
  .list .list_item:after {
    -webkit-animation: none;
    animation: none;
    top: -10%;
    right: 0;
  }
}
.list .list_item:nth-child(odd):after {
  background-image: url(../img/cloud02.jpg);
  left: -40%;
  -webkit-animation: cloud-anime 70s linear infinite;
  animation: cloud-anime 70s linear infinite;
  animation-direction: reverse;
}
@media screen and (max-width: 559px) {
  .list .list_item:nth-child(odd):after {
    -webkit-animation: none;
    animation: none;
    left: 0;
  }
}
.list .list_item:nth-child(3n + 1):after {
  background-image: url(../img/cloud03.jpg);
  -webkit-animation: cloud-anime 80s linear infinite;
  animation: cloud-anime 80s linear infinite;
}
@media screen and (max-width: 559px) {
  .list .list_item:nth-child(3n + 1):after {
    -webkit-animation: none;
    animation: none;
  }
}

/* animetion ------------------------------ */
@-webkit-keyframes stanby {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  95% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  97% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  99% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes stanby {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  95% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  97% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  99% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@-webkit-keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@-webkit-keyframes mokumoku {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.3;
    transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(3);
  }
  50% {
    opacity: 0.8;
    transform: scale(2);
  }
  75% {
    opacity: 1;
    transform: scale(5);
  }
  100% {
    opacity: 1;
    transform: scale(8);
  }
}
@keyframes mokumoku {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.3;
    transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(3);
  }
  50% {
    opacity: 0.8;
    transform: scale(2);
  }
  75% {
    opacity: 1;
    transform: scale(5);
  }
  100% {
    opacity: 1;
    transform: scale(8);
  }
}
@-webkit-keyframes cloud-anime {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes cloud-anime {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(100%);
  }
}
#ot-sdk-btn-floating .ot-floating-button__front svg {
  margin: 0 auto;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
} /*# sourceMappingURL=style.css.map */
