@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  position: relative;
  background-image: url("../img/img_bg.jpg");
  background-position: top center;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

.container {
  max-width: 1430px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 4.26667vw;
  }
}

.text-center {
  text-align: center;
}

.circle-bg {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .circle-bg {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  .circle-bg {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 650px) {
  .circle-bg {
    zoom: 0.6;
  }
}

section {
  position: relative;
}

.circleBg {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
}

@-webkit-keyframes circleAni {
  0% {
    margin-top: 0;
    margin-bottom: 0;
  }
  50% {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@keyframes circleAni {
  0% {
    margin-top: 0;
    margin-bottom: 0;
  }
  50% {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@-webkit-keyframes rotate-vert-center {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes slideshow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideshow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes fishAni {
  0% {
    transform: translate(0);
  }
  30% {
    transform: translate(0px, 30px) rotate(5deg);
  }
  60% {
    transform: translate(0px, 30px) rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fishAni {
  0% {
    transform: translate(0);
  }
  30% {
    transform: translate(0px, 30px) rotate(5deg);
  }
  60% {
    transform: translate(0px, 30px) rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes loadingAni {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingAni {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "小塚ゴシック Pr6N B";
  src: url("../font/Pr6N-M.otf");
}
@font-face {
  font-family: "小塚ゴシック Pr6N R";
  src: url("../font/Pr6N-R.otf");
}
@font-face {
  font-family: "小塚ゴシック Pr6N L";
  src: url("../font/Pr6N-L.otf");
}
@font-face {
  font-family: "Muli-ExtraBold";
  src: url("../font/Muli-ExtraBold.ttf");
}
@font-face {
  font-family: "komorebi-gothic-P";
  src: url("../font/komorebi-gothic-P.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.otf");
}
.header {
  height: 120px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 6000;
  transition: all 0.1s;
}
@media only screen and (max-width: 1199px) {
  .header {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 0 4.26667vw;
    height: 16vw;
    max-height: 120px;
  }
}
.header--bg {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 20px rgba(0, 20, 43, 0.06);
  height: 90px;
}
@media only screen and (max-width: 1199px) {
  .header--bg {
    height: 16vw;
    max-height: 120px;
  }
}
.header--bg .logo__img {
  width: 300px;
  height: 56px;
}
.header--bg .email {
  width: 90px;
  height: 90px;
}
.header--bg .email img {
  transform: scale(0.8);
}
.header--menuBg {
  background: #fff;
  box-shadow: none;
}

.logo {
  margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .logo {
    margin-left: 0;
  }
}
.logo__img {
  background-image: url(../../assets/img/logo.png);
  display: block;
  width: 376px;
  height: 70px;
  max-width: 376px;
  max-height: 70px;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.1s;
}
@media only screen and (max-width: 991px) {
  .logo__img {
    width: 50.13333vw !important;
    height: 9.33333vw !important;
  }
}

#nav {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  #nav {
    display: none;
  }
}

.nav {
  display: flex;
}
.nav-li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2.083333vw;
}
.nav-li__link {
  font-size: 18px;
  transition: all 0.3s;
}
.nav-li__link:not(.js-dropdown):hover, .nav-li__link:not(.js-dropdown).active {
  color: #00a3ff;
}
.nav-li:not(:last-of-type):after {
  content: "/";
  font-size: 20px;
  color: #cbcbcb;
  position: absolute;
  right: 0;
  pointer-events: none;
}
.nav-li__arrow {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s;
}
.nav-li--dropdown {
  position: relative;
}
.nav-li--dropdown:hover .nav-li__arrow {
  transform: rotate(180deg);
}
.nav-li--dropdown:hover #dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

#dropdown {
  position: absolute;
  width: 230px;
  margin-top: -25px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: none;
}

.dropdown {
  background: #fdfdfe;
  border-radius: 12px;
  padding: 24px 30px;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.dropdown-li:not(:first-of-type) {
  margin-top: 24px;
}
.dropdown-li__link {
  font-weight: bold;
}
.dropdown-li__link:hover {
  color: #00a3ff;
}

.email {
  width: 120px;
  height: 120px;
  background: #00a3ff;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s;
}
@media only screen and (max-width: 1199px) {
  .email {
    display: none;
  }
}
.email:hover img {
  -webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  transform-style: preserve-3d;
}
.email img {
  transition: all 0.1s;
}

.menu {
  max-width: 72px;
  max-height: 72px;
  height: 9.6vw;
  width: 9.6vw;
  background: #31caff;
  margin-left: auto;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-btn {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 32px;
    width: 4.26667vw;
  }
  .menu-btn__line {
    display: block;
    max-height: 4px;
    width: 100%;
    height: 0.53333vw;
    background-color: #fff;
    margin: 3px 0;
    border-radius: 2.66667vw;
    transition: all 0.3s;
  }
  .menu-btn__line:last-of-type {
    max-width: 20px;
    width: 2.6667vw;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 991px) {
  .menu-btn__line {
    margin: 0.4vw 0;
  }
}
.menu:hover .menu-btn__line {
  max-width: 32px;
  width: 4.26667vw;
}
.menu--active .menu-btn__line {
  position: absolute;
  transition: transform 0.3s;
}
.menu--active .menu-btn__line:nth-of-type(2) {
  opacity: 0;
}
.menu--active .menu-btn__line:nth-of-type(1) {
  top: 50%;
  left: 0;
  transform: rotate(135deg);
  margin-top: -2px;
}
.menu--active .menu-btn__line:nth-of-type(3) {
  top: 50%;
  left: 0;
  transform: rotate(-135deg);
  margin-top: -2px;
  width: 100%;
  max-width: none;
}

.menuNav {
  position: fixed;
  background-color: #fff;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  flex-direction: column;
  z-index: 5001;
}
.menuNav .container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .menuNav {
    display: flex;
    transform: translate(100%);
    transition: transform 0.5s;
    visibility: visible;
  }
  .menuNav--active {
    transform: translate(0);
  }
}
@media only screen and (max-width: 991px) {
  .menuNav {
    padding-top: 34.9333vw;
    padding-bottom: 18.13333vw;
  }
}

.menuNavList {
  flex: 1;
  padding: 262px 44px 0 44px;
}
@media only screen and (max-width: 991px) {
  .menuNavList {
    padding: 0 5.86667vw;
  }
}
.menuNavList-li {
  padding-bottom: 34px;
  position: relative;
}
.menuNavList-li:not(:last-of-type) {
  margin-bottom: 30px;
}
.menuNavList-li:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}
@media only screen and (max-width: 991px) {
  .menuNavList-li:not(:last-of-type):before {
    height: 0.26666vw;
  }
}
@media only screen and (max-width: 991px) {
  .menuNavList-li:not(:last-of-type) {
    margin-bottom: 4.53333vw;
  }
}
@media only screen and (max-width: 991px) {
  .menuNavList-li {
    padding-bottom: 4.53333vw;
  }
}
.menuNavList-li__link {
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .menuNavList-li__link {
    font-size: 6.4vw;
  }
}
.menuNavList-li__link.active {
  color: #00a3ff;
}
.menuNavList--second {
  padding: 0;
  margin-top: 43px;
}
@media only screen and (max-width: 991px) {
  .menuNavList--second {
    margin-top: 5.7333vw;
  }
}
.menuNavList--second .menuNavList-li {
  border: none;
  padding-bottom: 0;
  margin: 33px 0;
}
.menuNavList--second .menuNavList-li:before {
  content: none;
}
.menuNavList--second .menuNavList-li:last-of-type {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .menuNavList--second .menuNavList-li:last-of-type {
    margin-bottom: 1.3333vw;
  }
}
@media only screen and (max-width: 991px) {
  .menuNavList--second .menuNavList-li {
    margin: 4.4vw 0;
  }
}
.menuNavList--second .menuNavList-li__link {
  font-size: 32px;
  cursor: pointer;
  position: relative;
  padding-left: 3.73333vw;
}
.menuNavList--second .menuNavList-li__link:before {
  content: "";
  position: absolute;
  max-width: 8px;
  max-height: 8px;
  width: 1.0667vw;
  height: 1.0667vw;
  border-radius: 50%;
  background: #31CAFF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .menuNavList--second .menuNavList-li__link {
    font-size: 4.26667vw;
  }
}

.menuBtn {
  margin-top: 125px;
  padding: 0 44px 180px 0;
}
@media only screen and (max-width: 991px) {
  .menuBtn {
    margin-top: 16.66667vw;
    padding: 0 5.86667vw;
  }
}
.menuBtn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  padding: 33px 10px;
  font-size: 28px;
}
.menuBtn-btn:not(:last-of-type) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .menuBtn-btn:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
@media only screen and (max-width: 991px) {
  .menuBtn-btn {
    font-size: 3.73333vw;
    padding: 4.4vw 1.33333vw;
    border-radius: 2.66667vw;
  }
}
.menuBtn-btn img {
  margin-right: 16px;
}
@media only screen and (max-width: 991px) {
  .menuBtn-btn img {
    margin-right: 2.13333vw;
  }
}
.menuBtn-btn--email {
  background: #31CAFF;
}
.menuBtn-btn--email img {
  max-width: 40px;
  width: 5.33333vw;
}
.menuBtn-btn--map {
  background: #00A3FF;
}
.menuBtn-btn--map img {
  max-width: 32px;
  width: 4.266667vw;
}

.menuFooter {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.menuFooter-btn {
  max-height: 136px;
  width: 50%;
  height: 18.13333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .menuFooter-btn {
    font-size: 3.73333vw;
  }
}
.menuFooter-btn--mail {
  background: #31caff;
}
.menuFooter-btn--mail img {
  max-width: 40px;
  width: 5.33333vw;
}
.menuFooter-btn--map {
  background: #00a3ff;
}
.menuFooter-btn--map img {
  max-width: 32px;
  width: 4.266667vw;
}
.menuFooter-btn img {
  margin-right: 3.2vw;
}

.index_main {
  padding-bottom: 230px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .index_main {
    padding-bottom: 19.73333vw;
  }
}
.index_main .sectionBlock1 .block1 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 250px 0 140px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block1 {
    padding: 32.8vw 0 8.66667vw;
  }
}
.index_main .sectionBlock1 .block1-left {
  width: 540px;
  position: relative;
  z-index: 1;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block1-left {
    width: 100%;
  }
}
.index_main .sectionBlock1 .block1 img {
  position: absolute;
  opacity: 0;
}
.index_main .sectionBlock1 .block1 img.img--bg01 {
  top: 35px;
  right: 47px;
  transform: translateX(100px);
  transition: all 1s;
}
.index_main .sectionBlock1 .block1 img.img--bg02 {
  top: 17px;
  right: 417px;
  transform: translateX(-100px);
  transition: all 1s;
}
.index_main .sectionBlock1 .block1 img.img--clound01 {
  top: 31px;
  right: 405px;
  transform: translateX(-50px);
  transition: all 0.8s 0.3s;
}
.index_main .sectionBlock1 .block1 img.img--fish {
  top: 83px;
  right: 196px;
  transform: translate(76px, 66px) rotate(-35deg);
  transition: all 1s 0.8s;
}
.index_main .sectionBlock1 .block1 img.img--circle03 {
  top: 417px;
  right: 452px;
  transition: all 1s 0.6s;
}
.index_main .sectionBlock1 .block1 img.img--clound02 {
  top: 115px;
  right: -46px;
  transform: translateX(100px);
  transition: all 0.8s 0.3s;
}
.index_main .sectionBlock1 .block1 img.img--clound03 {
  top: 156px;
  right: 217px;
  transform: translateX(-100px);
  transition: all 0.8s 0.3s;
}
.index_main .sectionBlock1 .block1 img.img--circle01 {
  top: 0;
  right: 641px;
  transition: all 1s 0.6s;
}
.index_main .sectionBlock1 .block1 img.img--circle02 {
  top: 145px;
  right: 598px;
  transition: all 1s 0.6s;
}
.index_main .sectionBlock1 .block1 img.img--icon01 {
  top: 389px;
  right: 79px;
  transition: all 1s 0.6s;
}
.index_main .sectionBlock1 .block1 img.img--icon02 {
  top: 17px;
  right: 205px;
  transition: all 1s 0.6s;
}
.index_main .sectionBlock1 .block1 img.img--icon03 {
  top: 137px;
  right: 750px;
  transition: all 1s 0.6s;
}
.index_main .sectionBlock1 .block1-right {
  height: 455px;
  flex: 1;
  position: relative;
  align-self: flex-start;
  visibility: hidden;
}
@media only screen and (max-width: 1400px) {
  .index_main .sectionBlock1 .block1-right {
    transform: scale(0.85);
  }
}
@media only screen and (max-width: 1300px) {
  .index_main .sectionBlock1 .block1-right {
    transform: scale(0.75);
  }
}
@media only screen and (max-width: 1200px) {
  .index_main .sectionBlock1 .block1-right {
    transform: scale(0.65);
  }
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block1-right {
    flex: none;
    width: 860px;
    transform: scale(1);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -50px;
    margin-top: 78px;
  }
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block1-right {
    margin-top: 10.4vw;
  }
}
@media only screen and (max-width: 850px) {
  .index_main .sectionBlock1 .block1-right {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  .index_main .sectionBlock1 .block1-right {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 650px) {
  .index_main .sectionBlock1 .block1-right {
    zoom: 0.65;
  }
}
@media only screen and (max-width: 550px) {
  .index_main .sectionBlock1 .block1-right {
    zoom: 0.5;
  }
}
@media only screen and (max-width: 450px) {
  .index_main .sectionBlock1 .block1-right {
    zoom: 0.4;
  }
}
@media only screen and (max-width: 350px) {
  .index_main .sectionBlock1 .block1-right {
    zoom: 0.35;
  }
}
@media only screen and (max-width: 300px) {
  .index_main .sectionBlock1 .block1-right {
    zoom: 0.3;
  }
}
.index_main .sectionBlock1 .block1__text {
  color: #333333;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  line-height: 80px;
  margin-left: 36px;
  opacity: 0;
  transform: translateY(100%);
  letter-spacing: -1px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block1__text {
    margin-left: 5.33333vw;
    line-height: 1.33333;
  }
}
.index_main .sectionBlock1 .block1__text--title {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block1__text--title {
    font-size: 5.866667vw;
  }
}
.index_main .sectionBlock1 .block1__text--m {
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block1__text--m {
    font-size: 9.6vw;
  }
}
.index_main .sectionBlock1 .block1__text--l {
  color: #ffc000;
  font-size: 72px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block1__text--l {
    font-size: 10.66667vw;
  }
}
.index_main .sectionBlock1 .block1__text span {
  color: #333333;
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1__text {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1__text--m {
  transition-delay: 0.1s;
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1__text--l {
  transition-delay: 0.2s;
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right {
  visibility: visible;
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right img {
  opacity: 1;
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right img.img--bg01 {
  transform: translate(0);
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right img.img--bg02 {
  transform: translate(0);
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right img.img--clound01 {
  transform: translate(0);
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right img.img--fish {
  transform: translate(0) rotate(0);
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right img.img--clound02 {
  transform: translate(0);
}
.index_main .sectionBlock1 .block1.sectionAni--fadeIn .block1-right img.img--clound03 {
  transform: translate(0);
}
.index_main .sectionBlock1 .block2 {
  height: 850px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 143px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block2 {
    padding: 8.66667vw 0 18.13333vw;
    height: auto;
  }
}
.index_main .sectionBlock1 .block2__title {
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
}
.index_main .sectionBlock1 .block2__title-l {
  color: #333333;
  font-size: 52px;
  line-height: 1.153846;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block2__title-l {
    font-size: 9.6vw;
  }
}
.index_main .sectionBlock1 .block2__title-s {
  color: #aaaaaa;
  font-size: 24px;
  font-family: "Muli-ExtraBold", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block2__title-s {
    font-size: 3.73333vw;
  }
}
.index_main .sectionBlock1 .block2__content {
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block2__content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.index_main .sectionBlock1 .block2__imgBlock {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block2__imgBlock {
    width: 650px;
    height: 455px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .index_main .sectionBlock1 .block2__imgBlock {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 650px) {
  .index_main .sectionBlock1 .block2__imgBlock {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 550px) {
  .index_main .sectionBlock1 .block2__imgBlock {
    zoom: 0.6;
  }
}
@media only screen and (max-width: 450px) {
  .index_main .sectionBlock1 .block2__imgBlock {
    zoom: 0.5;
  }
}
@media only screen and (max-width: 350px) {
  .index_main .sectionBlock1 .block2__imgBlock {
    zoom: 0.45;
  }
}
@media only screen and (max-width: 300px) {
  .index_main .sectionBlock1 .block2__imgBlock {
    zoom: 0.4;
  }
}
.index_main .sectionBlock1 .block2__imgBlock img {
  position: absolute;
}
.index_main .sectionBlock1 .block2__imgBlock img.img--bg01 {
  top: 171px;
  left: 29px;
  opacity: 0;
  transform: translate(-30px, 30px);
}
.index_main .sectionBlock1 .block2__imgBlock img.img--bg02 {
  top: 34px;
  left: 334px;
  opacity: 0;
  transform: translate(30px, -30px);
}
.index_main .sectionBlock1 .block2__imgBlock img.img--circle01 {
  top: 340px;
  left: 530px;
  opacity: 0;
}
.index_main .sectionBlock1 .block2__imgBlock img.img--circle02 {
  top: 114px;
  left: 103px;
  opacity: 0;
}
.index_main .sectionBlock1 .block2__imgBlock img.img--earth {
  top: 60px;
  left: 170px;
  z-index: 1;
  opacity: 0;
  transform: scale(0.9);
}
.index_main .sectionBlock1 .block2__imgBlock img.img--icon01 {
  top: 55px;
  left: 180px;
  opacity: 0;
  transform: translate(-30px, -30px);
}
.index_main .sectionBlock1 .block2__imgBlock img.img--icon02 {
  top: 150px;
  left: 460px;
  z-index: 2;
  opacity: 0;
  transform: translate(30px, 0);
}
.index_main .sectionBlock1 .block2__imgBlock img.img--icon03 {
  top: 280px;
  left: 150px;
  z-index: 2;
  opacity: 0;
  transform: translate(-30px, 30px);
}
.index_main .sectionBlock1 .block2__textBlock {
  width: 50%;
  padding-top: 112px;
  padding-left: 25px;
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block2__textBlock {
    width: 100%;
    padding-top: 6.6667vw;
    padding-left: 0;
  }
}
.index_main .sectionBlock1 .block2__text {
  color: #333333;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block2__text {
    text-align: center;
  }
}
.index_main .sectionBlock1 .block2__text--t {
  font-size: 28px;
  line-height: 1.6;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block2__text--t {
    font-size: 4.8vw;
  }
}
.index_main .sectionBlock1 .block2__text--s {
  line-height: 2;
  margin-top: 40px;
  max-width: 520px;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .index_main .sectionBlock1 .block2__text--s {
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock1 .block2__text--s {
    font-size: 3.73333vw;
  }
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__title {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__title-s {
  transition-delay: 0.1s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__text {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__text--t {
  transition-delay: 0.2s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__text--s {
  transition-delay: 0.3s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--bg01, .index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--bg02 {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--circle01, .index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--circle02 {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--icon01, .index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--icon02, .index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--icon03 {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.3s;
}
.index_main .sectionBlock1 .block2.sectionAni--fadeIn .block2__imgBlock .img--earth {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.7s, opacity 0.5s;
  transition-delay: 0.5s;
}
.index_main .sectionBlock2 {
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock2 .cloud-service-swiper {
    width: 70%;
    margin: 0 auto;
    overflow: visible;
  }
}
.index_main .sectionBlock2 .cloud-service-swiper-pagination {
  display: none;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock2 .cloud-service-swiper-pagination {
    display: block;
    bottom: 10.66667vw;
  }
  .index_main .sectionBlock2 .cloud-service-swiper-pagination .swiper-pagination-bullet {
    width: 2.6667vw;
    height: 2.6667vw;
    max-width: 20px;
    max-height: 20px;
    background: #f7f7f7;
    opacity: 1;
    margin: 0 8px;
  }
  .index_main .sectionBlock2 .cloud-service-swiper-pagination .swiper-pagination-bullet-active {
    background: #00a3ff;
  }
}
.index_main .sectionBlock2 .container {
  padding: 145px 18px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock2 .container {
    flex-wrap: nowrap;
    padding: 11.73333vw 0 20.8vw;
  }
}
.index_main .sectionBlock2 .item {
  display: flex;
  background: #f7f7f7;
  border-radius: 20px;
  width: calc(33.33333% - 24px);
  margin: 12px;
  align-items: center;
  flex-direction: column;
  padding: 48px 30px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .index_main .sectionBlock2 .item {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock2 .item {
    width: 100%;
    margin: 0;
    padding: 7.46667vw 4vw;
  }
}
.index_main .sectionBlock2 .item__icon {
  width: 136px;
  height: 136px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock2 .item__icon {
    max-width: 152px;
    max-height: 152px;
    width: 20.26667vw;
    height: 20.26667vw;
  }
}
.index_main .sectionBlock2 .item__title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 32px 0 15px;
  line-height: 1.16667;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock2 .item__title {
    font-size: 4.8vw;
    margin: 5.33333vw 0 4.26667vw;
    line-height: 1.33333;
  }
}
.index_main .sectionBlock2 .item__content {
  line-height: 1.5;
  color: #333;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock2 .item__content {
    font-size: 3.73333vw;
    line-height: 1.85714;
  }
}
.index_main .sectionBlock2.sectionAni--fadeIn .item__icon {
  opacity: 1;
  -webkit-animation: rotate-vert-center 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: rotate-vert-center 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  transform-style: preserve-3d;
  transition: opacity 1s;
}
.index_main .sectionBlock2.sectionAni--fadeIn .item__title {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.1s;
}
.index_main .sectionBlock2.sectionAni--fadeIn .item__content {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.2s;
}
.index_main .sectionBlock3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .container {
    padding-top: 24.13333vw;
    padding-bottom: 17.06667vw;
  }
}
.index_main .sectionBlock3 .title {
  font-size: 40px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .title {
    font-size: 7.46667vw;
    line-height: 1.2857;
    margin-bottom: 8.5333vw;
  }
}
.index_main .sectionBlock3 .title-s {
  line-height: 2;
  color: #333333;
  text-align: center;
  margin-bottom: 48px;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .title-s {
    font-size: 3.77777vw;
    line-height: 1.857;
    margin-bottom: 10.6667vw;
  }
}
.index_main .sectionBlock3 .color-circle {
  position: relative;
  width: 629px;
  height: 588px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .color-circle {
    width: 91.46667vw;
    height: 89.06667vw;
    max-width: 686px;
    max-height: 668px;
  }
}
.index_main .sectionBlock3 .color-circle__circle {
  display: flex;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.1s;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .color-circle__circle {
    max-width: 380px;
    max-height: 380px;
    width: 50.6667vw;
    height: 50.6667vw;
  }
}
.index_main .sectionBlock3 .color-circle__circle--light-blue {
  background-color: rgba(49, 202, 255, 0.75);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index_main .sectionBlock3 .color-circle__circle--light-blue img {
  max-width: 56px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .color-circle__circle--light-blue img {
    max-width: 72px;
    width: 9.6vw;
  }
}
.index_main .sectionBlock3 .color-circle__circle--dark-blue {
  background-color: rgba(0, 163, 255, 0.75);
  left: 0;
  bottom: 0;
}
.index_main .sectionBlock3 .color-circle__circle--dark-blue img {
  max-width: 38px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .color-circle__circle--dark-blue img {
    max-width: 48px;
    width: 6.4vw;
  }
}
.index_main .sectionBlock3 .color-circle__circle--yellow {
  background-color: rgba(255, 192, 0, 0.75);
  right: 0;
  bottom: 0;
}
.index_main .sectionBlock3 .color-circle__circle--yellow img {
  max-width: 56px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .color-circle__circle--yellow img {
    max-width: 72px;
    width: 9.6vw;
  }
}
.index_main .sectionBlock3 .color-circle__circle span {
  color: #fff;
  margin-top: 24px;
  font-size: 24px;
  pointer-events: none;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock3 .color-circle__circle span {
    font-size: 4.26667vw;
    margin-top: 2.26667vw;
  }
}
.index_main .sectionBlock3 .color-circle__circle--top:hover {
  margin-top: -30px;
  transition: all 0.5s;
}
.index_main .sectionBlock3 .color-circle__circle--left:hover {
  margin-left: -30px;
  transition: all 0.5s;
}
.index_main .sectionBlock3 .color-circle__circle--right:hover {
  margin-right: -30px;
  transition: all 0.5s;
}
.index_main .sectionBlock3.sectionAni--fadeIn .title {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock3.sectionAni--fadeIn .title-s {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.1s;
}
.index_main .sectionBlock3.sectionAni--fadeIn .color-circle {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}
.index_main .sectionBlock4 {
  height: calc(-81.63265vw + 4784.5805px);
  margin-bottom: 230px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 {
    height: auto;
    margin-bottom: 19.2vw;
  }
  .index_main .sectionBlock4 .product-swiper {
    padding-bottom: 8vw;
  }
}
.index_main .sectionBlock4 .product-swiper-pagination {
  display: none;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .product-swiper-pagination {
    display: block;
    bottom: 0;
  }
  .index_main .sectionBlock4 .product-swiper-pagination .swiper-pagination-bullet {
    width: 2.6667vw;
    height: 2.6667vw;
    max-width: 20px;
    max-height: 20px;
    background: #e6e6e6;
    opacity: 1;
    margin: 0 8px;
  }
  .index_main .sectionBlock4 .product-swiper-pagination .swiper-pagination-bullet-active {
    background: #00a3ff;
  }
}
.index_main .sectionBlock4 .product-swiper {
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .product-swiper {
    overflow: hidden;
  }
}
.index_main .sectionBlock4 .index_point__list {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
}
.index_main .sectionBlock4 .index_point-left {
  position: relative;
  margin-top: 20px;
  align-self: flex-start;
  min-width: 600px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point-left {
    min-width: auto;
    margin: 6.4vw auto 0;
    padding-right: 0;
  }
}
.index_main .sectionBlock4 .index_point__item {
  margin-right: 110px;
  min-width: 100%;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-right: 0;
    padding: 0 10px;
  }
}
.index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateY(-50%);
  margin-left: 200px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg {
    top: 0;
    margin: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg {
    zoom: 0.85;
  }
}
@media only screen and (max-width: 450px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 400px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg {
    zoom: 0.6;
  }
}
@media only screen and (max-width: 350px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg {
    zoom: 0.5;
  }
}
@media only screen and (max-width: 300px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg {
    zoom: 0.4;
  }
}
.index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg:nth-of-type(1) {
  margin-top: 80px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg:nth-of-type(1) {
    margin: 30px auto 0;
    position: relative;
  }
}
.index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg:nth-of-type(2) {
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg:nth-of-type(2) {
    margin-left: -130px;
  }
}
.index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg:nth-of-type(3) {
  margin-left: 370px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__item--live .index_point_phoneImg:nth-of-type(3) {
    margin-left: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__item--byod .index_point-left {
    padding-right: 10.66667vw;
  }
  .index_main .sectionBlock4 .index_point__item--byod .index_point-left .index_point_phoneImg {
    max-width: 160px;
    width: 21.33333vw;
  }
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__item--ec .index_point-left .index_point_phoneImg {
    max-width: 160px;
    width: 21.33333vw;
  }
}
.index_main .sectionBlock4 .index_point__item--ec .index_point__infoList {
  margin: 3px 0;
}
.index_main .sectionBlock4 .index_point_tableImg {
  opacity: 0;
  transform: translateX(-50px);
}
.index_main .sectionBlock4 .index_point_phoneImg {
  position: absolute;
  right: 0;
  bottom: -30px;
  opacity: 0;
  transform: translateX(50px);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point_phoneImg {
    bottom: -4vw;
  }
}
.index_main .sectionBlock4 .index_point-right {
  margin-left: 75px;
  width: 580px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point-right {
    display: flex;
    flex-direction: column;
    width: 85.33333vw;
    margin: 0 auto;
  }
}
.index_main .sectionBlock4 .index_point-top {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point-top {
    order: 2;
    margin-bottom: 4.2667vw;
  }
}
.index_main .sectionBlock4 .index_point-top img {
  margin-right: 12px;
  max-width: 56px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point-top img {
    max-width: 72px;
    width: 9.6vw;
  }
}
.index_main .sectionBlock4 .index_point__title {
  font-size: 32px;
  line-height: 1.25;
  margin: 15px 0;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__title {
    order: 1;
    margin: 0 0 4.26667vw;
  }
}
.index_main .sectionBlock4 .index_point__info {
  font-size: 18px;
  line-height: 1.77778;
  margin: 15px 0;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__info {
    order: 3;
    font-size: 3.73333vw;
    margin: 0 0 3.2vw;
  }
}
.index_main .sectionBlock4 .index_point-infoList {
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point-infoList {
    order: 4;
  }
}
.index_main .sectionBlock4 .index_point-infoList--w50 {
  display: flex;
  flex-wrap: wrap;
}
.index_main .sectionBlock4 .index_point-infoList--w50 .index_point__infoList {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point-infoList--w50 .index_point__infoList {
    width: 100%;
  }
}
.index_main .sectionBlock4 .index_point__infoList {
  margin: 9px 0;
  line-height: 1.5;
  color: #333;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
}
.index_main .sectionBlock4 .index_point__infoList:before {
  content: "-";
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock4 .index_point__infoList {
    font-size: 3.73333vw;
    line-height: 1.85714;
    margin: 0;
  }
}
.index_main .sectionBlock4.sectionAni--fadeIn .index_point-left img {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock4.sectionAni--fadeIn .index_point-left img.index_point_phoneImg {
  transition-delay: 0.1s;
}
.index_main .sectionBlock4.sectionAni--fadeIn .index_point-top img {
  opacity: 1;
  -webkit-animation: rotate-vert-center 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: rotate-vert-center 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  transform-style: preserve-3d;
  transition: opacity 1s;
}
.index_main .sectionBlock4.sectionAni--fadeIn .index_point__title, .index_main .sectionBlock4.sectionAni--fadeIn .index_point-infoList {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock4.sectionAni--fadeIn .index_point__title {
  transition-delay: 0.2s;
}
.index_main .sectionBlock4.sectionAni--fadeIn .index_point-infoList {
  transition-delay: 0.2s;
}
.index_main .sectionBlock5 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index_main .sectionBlock5 .item {
  max-width: 1300px;
  width: 100%;
  height: 210px;
  border-radius: 20px;
  background-color: #fff;
  margin: 56px 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 103px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item {
    height: auto;
    flex-wrap: wrap;
    text-align: center;
    padding: 19.6vw 7.46667vw 8.53333vw 7.46667vw;
    margin: 8.53333vw auto;
  }
}
.index_main .sectionBlock5 .item:nth-of-type(1) .item__img {
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item:nth-of-type(1) .item__img {
    max-width: 460px;
    width: 61.3333vw;
  }
}
.index_main .sectionBlock5 .item:nth-of-type(2) .item__img {
  max-width: 220px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item:nth-of-type(2) .item__img {
    max-width: 260px;
    width: 34.66667vw;
  }
}
.index_main .sectionBlock5 .item:nth-of-type(3) .item__img {
  max-width: 281px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item:nth-of-type(3) .item__img {
    max-width: 370px;
    width: 49.33333vw;
  }
}
.index_main .sectionBlock5 .item:nth-of-type(4) .item__img {
  max-width: 248px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item:nth-of-type(4) .item__img {
    max-width: 282px;
    width: 37.6vw;
  }
}
.index_main .sectionBlock5 .item:nth-of-type(5) .item__img {
  max-width: 368px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item:nth-of-type(5) .item__img {
    max-width: 450px;
    width: 60vw;
  }
}
.index_main .sectionBlock5 .item__num {
  position: absolute;
  font-size: 180px;
  color: #000000;
  opacity: 0;
  top: -70px;
  left: 35px;
  font-family: "Montserrat-Bold", sans-serif;
  transform: translateY(-100px);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item__num {
    font-size: 24vw;
    left: 50%;
    transform: translateX(-50%);
    top: -10.8vw;
  }
}
.index_main .sectionBlock5 .item-img {
  width: 380px;
  margin-left: auto;
  margin-right: 58px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item-img {
    width: auto;
    margin: 4vw auto 0;
  }
}
.index_main .sectionBlock5 .item__img {
  margin: 0 auto;
  opacity: 0;
}
.index_main .sectionBlock5 .item__text {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item__text {
    width: 100%;
  }
}
.index_main .sectionBlock5 .item__text-m {
  font-size: 28px;
  line-height: 1.42857;
  color: #333333;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item__text-m {
    font-size: 5.33333vw;
  }
}
.index_main .sectionBlock5 .item__text-s {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  margin-top: 5px;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item__text-s {
    font-size: 3.73333vw;
    line-height: 1.85714;
    margin-top: 2.66667vw;
  }
}
.index_main .sectionBlock5 .item.sectionAni--fadeIn .item__num {
  opacity: 0.05;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
@media only screen and (max-width: 991px) {
  .index_main .sectionBlock5 .item.sectionAni--fadeIn .item__num {
    transform: translate(-50%);
  }
}
.index_main .sectionBlock5 .item.sectionAni--fadeIn .item__text-m, .index_main .sectionBlock5 .item.sectionAni--fadeIn .item__text-s {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.index_main .sectionBlock5 .item.sectionAni--fadeIn .item__text-s {
  transition-delay: 0.1s;
}
.index_main .sectionBlock5 .item.sectionAni--fadeIn .item__img {
  opacity: 1;
  transition: opacity 0.5s 0.2s;
}
.index_main .circle-bg--block1 {
  width: 64px;
  height: 64px;
  top: -30px;
  left: 40%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block2 {
  width: 34px;
  height: 34px;
  top: 80px;
  left: 38%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block3 {
  width: 64px;
  height: 64px;
  top: 246px;
  left: -20px;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block4 {
  width: 46px;
  height: 46px;
  opacity: 0.5;
  top: 297px;
  right: 15%;
  z-index: 2;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block5 {
  width: 28px;
  height: 28px;
  top: 219px;
  right: 12%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block6 {
  width: 64px;
  height: 64px;
  top: 462px;
  right: -32px;
  -webkit-animation: circleAni 2.5s infinite;
          animation: circleAni 2.5s infinite;
}
.index_main .circle-bg--block7 {
  width: 86px;
  height: 86px;
  top: 788px;
  left: 10%;
  -webkit-animation: circleAni 2.5s infinite;
          animation: circleAni 2.5s infinite;
}
.index_main .circle-bg--block8 {
  width: 39px;
  height: 39px;
  bottom: 630px;
  left: 25%;
  -webkit-animation: circleAni 1.5s infinite 0.5s;
          animation: circleAni 1.5s infinite 0.5s;
}
.index_main .circle-bg--block9 {
  width: 59px;
  height: 59px;
  bottom: 268px;
  left: -10px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block10 {
  width: 80px;
  height: 80px;
  bottom: -40px;
  left: 8%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block11 {
  width: 38px;
  height: 38px;
  bottom: 630px;
  right: 12%;
  -webkit-animation: circleAni 2s infinite 1s;
          animation: circleAni 2s infinite 1s;
}
.index_main .circle-bg--block12 {
  width: 84px;
  height: 84px;
  bottom: 230px;
  right: -40px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block13 {
  width: 64px;
  height: 64px;
  bottom: 487px;
  left: -20px;
  background: #f2f2f2;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block14 {
  width: 64px;
  height: 64px;
  background: #f2f2f2;
  top: 400px;
  right: 35px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block15 {
  width: 72px;
  height: 72px;
  opacity: 0.8;
  top: -30px;
  left: 32%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block16 {
  width: 40px;
  height: 40px;
  top: 307px;
  left: 5%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block17 {
  width: 92px;
  height: 92px;
  bottom: 350px;
  left: 20%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block18 {
  width: 70px;
  height: 70px;
  top: 430px;
  right: 7%;
  opacity: 0.8;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block19 {
  width: 59px;
  height: 59px;
  bottom: 320px;
  right: -20px;
  -webkit-animation: circleAni 1.5s infinite 0.5s;
          animation: circleAni 1.5s infinite 0.5s;
}
.index_main .circle-bg--block20 {
  width: 41px;
  height: 41px;
  top: -30px;
  left: 8%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block21 {
  width: 51px;
  height: 51px;
  top: 40px;
  left: 10%;
  background: #f5f5f5;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block22 {
  width: 87px;
  height: 87px;
  left: -30px;
  top: 392px;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block23 {
  width: 65px;
  height: 65px;
  left: 5%;
  top: 820px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block24 {
  width: 29px;
  height: 29px;
  left: 27%;
  bottom: -100px;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block25 {
  width: 46px;
  height: 46px;
  right: 16%;
  top: -150px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block26 {
  width: 92px;
  height: 92px;
  top: 580px;
  right: 2%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.index_main .circle-bg--block27 {
  width: 40px;
  height: 40px;
  right: 7%;
  bottom: 450px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.index_main .circle-bg--block28 {
  width: 45px;
  height: 45px;
  right: 45%;
  bottom: -50px;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}

.footer-bgbRoot {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .footer-bgbRoot {
    max-height: 520px;
    height: 69.33333vw;
  }
}

.footer-bgbimg {
  display: flex;
  min-width: 4200px;
  height: 386px;
  -webkit-animation: slideshow 20s linear infinite;
          animation: slideshow 20s linear infinite;
}

footer {
  overflow: hidden;
  margin-top: -580px;
  padding-top: 350px;
  padding-bottom: 113px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
}
footer .footer-fish {
  background: url("../img/footer/footer_img_fish.png");
  width: 778px;
  height: 580px;
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-animation: fishAni 5s linear infinite;
          animation: fishAni 5s linear infinite;
}
@media only screen and (max-width: 991px) {
  footer .footer-fish {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 0;
    padding-bottom: 12.53333vw;
    bottom: -100px;
    background: #fff;
  }
}
footer .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  footer .container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .item-left__link {
  padding-left: 112px;
}
@media only screen and (max-width: 991px) {
  footer .item-left__link {
    margin: 4.26667vw 0 8.93333vw;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}
footer .item-left__link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  footer .item-left__link a {
    max-width: 64px;
    max-height: 64px;
    width: 8.53333vw;
    height: 8.53333vw;
  }
}
footer .item-right {
  text-align: end;
}
@media only screen and (max-width: 991px) {
  footer .item-right {
    width: 100%;
    text-align: center;
  }
}
footer .item-right ul {
  display: flex;
}
footer .item-right ul li {
  margin-left: 56px;
}
footer .item-right ul li a {
  color: #333333;
  font-size: 16px;
  line-height: 70px;
  transition: all 0.3s;
}
footer .item-right ul li a:hover {
  color: #00a3ff;
}
@media only screen and (max-width: 991px) {
  footer .item-right ul {
    display: none;
  }
}
footer .item-right span {
  color: #333333;
  font-size: 14px;
  line-height: 40px;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
}
@media only screen and (max-width: 991px) {
  footer .item-right span {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-logo {
    max-width: 376px;
    width: 50.13333vw;
  }
}

.topBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 4000;
  opacity: 0;
  transition: opacity 0.5s;
}
.topBtn--fixed {
  position: absolute;
  bottom: 350px;
}
.topBtn--show {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .topBtn {
    bottom: 32px;
  }
}
.topBtn__title {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  font-size: 20px;
  font-family: "小塚ゴシック Pr6N R", sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .topBtn__title {
    font-size: 4.26667vw;
  }
}
.topBtn__gutter {
  width: 2px;
  height: 60px;
  background: #00a3ff;
  margin: 20px 0;
}
@media only screen and (max-width: 991px) {
  .topBtn__gutter {
    width: 0.5333vw;
    height: 13.86667vw;
    background: #31caff;
    margin: 3.33333vw 0;
  }
}
.topBtn__img {
  width: 48px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .topBtn__img {
    max-width: 72px;
    width: 9.6vw;
  }
}

.about_main {
  padding-bottom: 230px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about_main {
    padding-bottom: 36vw;
  }
}
.about_main .sectionBlock1 {
  padding: 220px 0 196px;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock1 {
    padding: 31.0667vw 0 17.2vw;
  }
}
.about_main .sectionBlock1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.about_main .sectionBlock1__title {
  font-size: 52px;
  line-height: 1.153846;
  color: #333333;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock1__title {
    font-size: 9.6vw;
  }
}
.about_main .sectionBlock1__title-s {
  font-size: 24px;
  color: #aaaaaa;
  margin: 20px 0 40px;
  font-family: "Muli-ExtraBold", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock1__title-s {
    font-size: 3.73333vw;
    margin: 2vw 0 7.46667vw;
  }
}
.about_main .sectionBlock1__text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock1__text {
    font-size: 3.73333vw;
    margin-bottom: 5.3333vw;
  }
}
.about_main .sectionBlock1-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock1-img {
    max-width: 572px;
    width: 76.26667vw;
    margin-top: 4.2667vw;
  }
}
.about_main .sectionBlock1-img-list {
  margin: 12px;
  width: calc(25% - 24px);
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock1-img-list {
    width: calc(50% - 3.2vw);
    margin: 2.13333vw 1.6vw;
  }
}
.about_main .sectionBlock1__img {
  opacity: 0;
  transform: translateY(100%);
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock1__img:nth-of-type(1) {
    max-width: 252px;
    width: 33.6vw;
  }
  .about_main .sectionBlock1__img:nth-of-type(2) {
    max-width: 290px;
    width: 38.66667vw;
  }
  .about_main .sectionBlock1__img:nth-of-type(3) {
    max-width: 258px;
    width: 34.4vw;
  }
  .about_main .sectionBlock1__img:nth-of-type(4) {
    max-width: 256px;
    width: 34.13333vw;
  }
}
.about_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__title, .about_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__title-s, .about_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__text, .about_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__img {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.about_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__title-s {
  transition-delay: 0.1s;
}
.about_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__text {
  transition-delay: 0.2s;
}
.about_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__img {
  transition-delay: 0.3s;
}
.about_main .sectionBlock2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1180px;
}
.about_main .sectionBlock2__title {
  font-size: 52px;
  line-height: 1.153846;
  color: #333333;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock2__title {
    font-size: 9.6vw;
  }
}
.about_main .sectionBlock2__title-s {
  font-size: 24px;
  color: #aaaaaa;
  font-family: "Muli-ExtraBold", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 20px 0 40px;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock2__title-s {
    font-size: 3.73333vw;
    margin: 2vw 0 7.46667vw;
  }
}
.about_main .sectionBlock2 .content-block {
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
}
.about_main .sectionBlock2 .content-block__item {
  display: flex;
  height: 67px;
  align-items: center;
  margin: 15px 0;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock2 .content-block__item {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 5.33333vw;
    border-bottom: 2px solid #d8d8d8;
    margin: 6.4vw 0;
  }
  .about_main .sectionBlock2 .content-block__item:first-of-type {
    margin-top: 0;
  }
  .about_main .sectionBlock2 .content-block__item:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.about_main .sectionBlock2 .content-block__title {
  width: 250px;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  border-bottom: 2px solid #333333;
  margin-right: 32px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock2 .content-block__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6vw;
    border: none;
    font-size: 4.26667vw;
  }
}
.about_main .sectionBlock2 .content-block__content {
  width: 900px;
  height: 100%;
  line-height: 1.5;
  color: #333333;
  border-bottom: 2px solid #e6e6e6;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock2 .content-block__content {
    width: 100%;
    border: none;
    font-size: 3.73333vw;
  }
}
.about_main .sectionBlock2.sectionAni--fadeIn .sectionBlock2__title, .about_main .sectionBlock2.sectionAni--fadeIn .sectionBlock2__title-s {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.about_main .sectionBlock2.sectionAni--fadeIn .sectionBlock2__title-s {
  transition-delay: 0.1s;
}
.about_main .sectionBlock2.sectionAni--fadeIn .content-block {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.about_main .sectionBlock3 {
  padding: 70px 0 30px;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock3 {
    padding: 0;
  }
}
.about_main .sectionBlock3 .container {
  max-width: 1180px;
}
.about_main .sectionBlock3 .googleMap-iframe {
  border: 0;
  border-radius: 20px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .about_main .sectionBlock3 .googleMap-iframe {
    height: 91.46667vw;
    border-radius: 2.66667vw;
  }
}
.about_main .sectionBlock3.sectionAni--fadeIn .googleMap-iframe {
  opacity: 1;
  transition: opacity 0.5s;
}
.about_main .circle-bg--block1 {
  width: 64px;
  height: 64px;
  top: -30px;
  left: 40%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.about_main .circle-bg--block2 {
  width: 34px;
  height: 34px;
  top: 80px;
  left: 38%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.about_main .circle-bg--block3 {
  width: 64px;
  height: 64px;
  top: 410px;
  left: -20px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.about_main .circle-bg--block4 {
  width: 32px;
  height: 32px;
  top: 800px;
  left: 10%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.about_main .circle-bg--block5 {
  width: 48px;
  height: 48px;
  top: 590px;
  right: 10%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.about_main .circle-bg--block6 {
  width: 32px;
  height: 32px;
  top: 1145px;
  right: 5%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.about_main .circle-bg--block7 {
  width: 43px;
  height: 43px;
  top: 1485px;
  left: 5%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.about_main .circle-bg--block8 {
  width: 56px;
  height: 56px;
  top: 1990px;
  right: 6%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}

.recruit_main {
  position: relative;
  overflow: hidden;
}
.recruit_main .sectionBlock1 {
  padding: 260px 0 285px;
}
@media only screen and (max-width: 991px) {
  .recruit_main .sectionBlock1 {
    padding: 52.8vw 0 36.66667vw;
  }
}
.recruit_main .sectionBlock1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.recruit_main .sectionBlock1__img {
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .recruit_main .sectionBlock1__img {
    max-width: 420px;
    width: 56vw;
  }
}
.recruit_main .sectionBlock1__title {
  font-size: 28px;
  line-height: 1.42857;
  color: #333333;
  margin-top: 42px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 991px) {
  .recruit_main .sectionBlock1__title {
    font-size: 4.8vw;
    margin-top: 8.66667vw;
  }
}
.recruit_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__img {
  opacity: 1;
  transition: opacity 0.5s;
}
.recruit_main .sectionBlock1.sectionAni--fadeIn .sectionBlock1__title {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.recruit_main .circle-bg--block1 {
  width: 64px;
  height: 64px;
  top: -30px;
  left: 40%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.recruit_main .circle-bg--block2 {
  width: 34px;
  height: 34px;
  top: 80px;
  left: 38%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.recruit_main .circle-bg--block3 {
  width: 64px;
  height: 64px;
  top: 240px;
  left: -20px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.recruit_main .circle-bg--block4 {
  width: 32px;
  height: 32px;
  top: 540px;
  left: 10%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.recruit_main .circle-bg--block5 {
  width: 64px;
  height: 64px;
  top: 860px;
  left: 20%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.recruit_main .circle-bg--block6 {
  width: 64px;
  height: 64px;
  top: 460px;
  right: -30px;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}

.contact_main {
  padding-bottom: 230px;
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .contact_main {
    padding-bottom: 36vw;
    padding-top: 30.4vw;
  }
}
.contact_main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_main .title {
  font-size: 32px;
  line-height: 1.25;
  color: #333333;
  margin-bottom: 40px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  transform: translateY(100%);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .contact_main .title {
    margin-bottom: 7.7333vw;
    font-size: 6.4vw;
    line-height: 1.33333;
  }
}
.contact_main .contact-block {
  background: #fff;
  border-radius: 20px;
  padding: 72px 90px 80px;
  max-width: 1200px;
  width: 100%;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block {
    padding: 6.4vw 8.53333vw;
    border-radius: 2.66667vw;
  }
}
.contact_main .contact-block-label {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block-label {
    margin-bottom: 4.2667vw;
  }
}
.contact_main .contact-block__item {
  height: 96px;
  border-bottom: 2px solid #f2f2f2;
  display: flex;
  margin-bottom: 32px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__item {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 8.5333vw;
    margin-bottom: 8vw;
  }
}
.contact_main .contact-block__item--l {
  border-bottom: none;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__item--l {
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.contact_main .contact-block__title {
  position: relative;
  font-size: 16px;
  color: #333333;
  min-width: 220px;
  padding-left: 6px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__title {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5.86667vw;
    font-size: 3.73333vw;
  }
}
.contact_main .contact-block__title--required::before {
  content: "必須";
  display: block;
  position: absolute;
  width: 42px;
  height: 26px;
  border-radius: 13px;
  background: #33b5ff;
  color: #fff;
  text-align: center;
  line-height: 26px;
  top: 28px;
  font-size: 12px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__title--required::before {
    position: static;
    margin-left: 4vw;
    width: 9.6vw;
    height: 5.33333vw;
    font-size: 2.66667vw;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.66667vw;
  }
}
.contact_main .contact-block-radio {
  width: 80%;
  max-width: 800px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block-radio {
    width: 100%;
    flex-direction: column;
  }
}
.contact_main .contact-block__radio {
  position: absolute;
  opacity: 0;
}
.contact_main .contact-block__radio:checked + .contact-block__radioCircle {
  background: #00a3ff;
}
.contact_main .contact-block__radio:checked + .contact-block__radioCircle:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__radio:checked + .contact-block__radioCircle:after {
    max-width: 32px;
    max-height: 32px;
    width: 4.266667vw;
    height: 4.266667vw;
  }
}
.contact_main .contact-block__radioCircle {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f2f2f2;
  position: relative;
  margin-right: 14px;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__radioCircle {
    max-width: 56px;
    max-height: 56px;
    width: 7.4667vw;
    height: 7.4667vw;
    margin-right: 4.26667vw;
  }
}
.contact_main .contact-block__radioTitle {
  line-height: 2.5;
  color: #333;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__radioTitle {
    font-size: 3.73333vw;
    line-height: 1;
  }
}
.contact_main .contact-block__input {
  height: 62px;
  border-radius: 8px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  width: 80%;
  max-width: 800px;
  padding-left: 35px;
  color: #333333;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__input {
    font-size: 3.73333vw;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 3.0667vw;
    border-radius: 1.06667vw;
  }
}
.contact_main .contact-block__input::-moz-placeholder {
  color: #cacaca;
}
.contact_main .contact-block__input:-ms-input-placeholder {
  color: #cacaca;
}
.contact_main .contact-block__input::placeholder {
  color: #cacaca;
}
.contact_main .contact-block__input--textarea {
  height: 200px;
  resize: none;
  padding-top: 26px;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__input--textarea {
    height: 48vw;
  }
}
.contact_main .contact-block__input--required {
  border-color: #ff3030;
}
.contact_main .contact-block__error {
  color: #ff3030;
  position: absolute;
  bottom: 10px;
  left: 220px;
  font-size: 15px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  display: none;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__error {
    font-size: 3.13333vw;
    left: 0;
    bottom: 15px;
  }
}
.contact_main .contact-block-agree {
  width: 80%;
  max-width: 800px;
  display: flex;
  align-items: center;
  margin: 20px 0;
  margin-left: 220px;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block-agree {
    width: 100%;
    max-width: none;
    position: relative;
    margin: 6.4vw 0 4.8vw;
  }
}
.contact_main .contact-block__agreeCheckbox {
  position: absolute;
  opacity: 0;
  z-index: 9;
  width: 24px;
  height: 24px;
  margin: 0;
}
.contact_main .contact-block__agreeCheckbox:checked + .contact-block__agreeCheckboxCircle {
  background: #00a3ff;
}
.contact_main .contact-block__agreeCheckbox:checked + .contact-block__agreeCheckboxCircle:after {
  content: "";
  background: url("../img/contact/form_btn_check.png");
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__agreeCheckbox:checked + .contact-block__agreeCheckboxCircle:after {
    max-width: 32px;
    max-height: 18px;
    width: 4.26667vw;
    height: 2.4vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__agreeCheckbox {
    max-width: 56px;
    max-height: 56px;
    width: 7.46667vw;
    height: 7.46667vw;
    top: 4.26667vw;
  }
}
.contact_main .contact-block__agreeCheckboxCircle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #f2f2f2;
  border-radius: 4px;
  position: relative;
  margin-right: 12px;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__agreeCheckboxCircle {
    max-width: 56px;
    max-height: 56px;
    min-width: 7.46667vw;
    min-height: 7.46667vw;
    border-radius: 1.06667vw;
    align-self: flex-start;
    margin-top: 0.8vw;
    margin-right: 4.2667vw;
  }
}
.contact_main .contact-block__agreeCheckboxCircle--required {
  border: 1px solid #ff3030;
}
.contact_main .contact-block__agreeTitle {
  color: #333;
  line-height: 2.5;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__agreeTitle {
    font-size: 3.73333vw;
  }
}
.contact_main .contact-block__agreeTitle--btn {
  font-size: 18px;
  color: #00a3ff;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__agreeTitle--btn {
    font-size: 3.73333vw;
  }
}
.contact_main .contact-block-agreeInfoRoot {
  width: calc(100% - 220px);
  max-width: 800px;
  padding: 25px 8px 25px 30px;
  background: #f7f7f7;
  border-radius: 8px;
  height: 210px;
  display: none;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block-agreeInfoRoot {
    width: 100%;
    height: 78.66667vw;
    padding: 5.33333vw 2.13333vw 5.33333vw 4.26667vw;
    border-radius: 1.06667vw;
    margin-bottom: 9.6vw;
  }
}
.contact_main .contact-block-agreeInfo {
  height: 100%;
  overflow-y: auto;
}
.contact_main .contact-block-agreeInfo::-webkit-scrollbar {
  width: 6px;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block-agreeInfo::-webkit-scrollbar {
    width: 1.6vw;
  }
}
.contact_main .contact-block-agreeInfo::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #33b5ff;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block-agreeInfo::-webkit-scrollbar-thumb {
    border-radius: 1.06667vw;
  }
}
.contact_main .contact-block__agreeInfoTitle {
  font-size: 14px;
  line-height: 1.57143;
  padding-right: 25px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact_main .contact-block__agreeInfoTitle {
    font-size: 3.73333vw;
    line-height: 1.92857;
  }
}
.contact_main.sectionAni--fadeIn .title {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.5s, opacity 0.5s;
}
.contact_main.sectionAni--fadeIn .contact-block {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}
.contact_main .send-btn {
  margin-top: 16px;
  max-height: 64px;
  width: 300px;
  display: inline-flex;
  align-items: center;
  background: #00a3ff;
  color: #fff;
  padding: 24px 32px;
  border-radius: 32px;
  cursor: pointer;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .contact_main .send-btn {
    width: 100%;
    font-size: 3.73333vw;
    border-radius: 13.33333vw;
    padding: 5.33333vw 7.46667vw;
    margin-top: 0;
    max-height: 105px;
    height: 14vw;
  }
}
.contact_main .send-btn--nonSend {
  cursor: no-drop;
}
.contact_main .send-btn img {
  margin-left: auto;
}
.contact_main .send-btn img.send-btn__send {
  width: 16px;
  height: 14px;
}
@media only screen and (max-width: 991px) {
  .contact_main .send-btn img.send-btn__send {
    max-width: 32px;
    max-height: 28px;
    width: 4.26667vw;
    height: 3.73333vw;
    margin-left: auto;
  }
}
.contact_main .send-btn img.send-btn__load {
  width: 20px;
  -webkit-animation: loadingAni 1.5s linear infinite;
          animation: loadingAni 1.5s linear infinite;
  display: none;
}
@media only screen and (max-width: 991px) {
  .contact_main .send-btn img.send-btn__load {
    max-width: 36px;
    width: 4.8vw;
    margin-left: auto;
  }
}
.contact_main .send-btn:hover {
  width: 305px;
}
@media only screen and (max-width: 991px) {
  .contact_main .send-btn:hover {
    width: 100%;
  }
}
.contact_main .circle-bg--block1 {
  width: 64px;
  height: 64px;
  top: -30px;
  left: 40%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.contact_main .circle-bg--block2 {
  width: 34px;
  height: 34px;
  top: 80px;
  left: 38%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.contact_main .circle-bg--block3 {
  width: 64px;
  height: 64px;
  top: 420px;
  left: -20px;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.contact_main .circle-bg--block4 {
  width: 28px;
  height: 28px;
  top: 880px;
  left: 10%;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.contact_main .circle-bg--block5 {
  width: 55px;
  height: 55px;
  top: 1370px;
  left: 5%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}
.contact_main .circle-bg--block6 {
  width: 55px;
  height: 55px;
  top: 710px;
  right: -25px;
  -webkit-animation: circleAni 1.5s infinite 1s;
          animation: circleAni 1.5s infinite 1s;
}
.contact_main .circle-bg--block7 {
  width: 28px;
  height: 28px;
  top: 1055px;
  right: 10%;
  -webkit-animation: circleAni 2s infinite;
          animation: circleAni 2s infinite;
}

.model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
}
.model__img {
  margin: 0 auto;
}
.model__title {
  font-size: 20px;
  margin: 40px 0 20px;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .model__title {
    font-size: 4.26667vw;
    margin: 5.33333vw 0 3.73333vw;
    line-height: 1.625;
  }
}
.model__content {
  line-height: 1.5;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 991px) {
  .model__content {
    font-size: 3.73333vw;
    line-height: 1.857;
    margin: 5.33333vw 0 3.73333vw;
  }
}
.model-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .model-btn {
    flex-wrap: wrap;
    margin-top: 8.5333vw;
  }
}
.model-btn__btn {
  width: 176px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .model-btn__btn {
    margin: 0;
    font-size: 3.73333vw;
    height: auto;
    padding: 4.5333vw 0;
    border-radius: 13.33333vw;
  }
}
.model-btn__btn--success {
  background: #00a3ff;
}
@media only screen and (max-width: 991px) {
  .model-btn__btn--success {
    margin-bottom: 3.2vw;
  }
}
.model-btn__btn--fail {
  background: #333;
}
@media only screen and (max-width: 991px) {
  .model-btn__btn {
    width: 100%;
  }
}
.model--success .model__img {
  max-width: 60px;
}
@media only screen and (max-width: 991px) {
  .model--success .model__img {
    max-width: 80px;
    width: 10.6667vw;
  }
}
.model--fail .model__img {
  max-width: 56px;
}
@media only screen and (max-width: 991px) {
  .model--fail .model__img {
    max-width: 74px;
    width: 9.86777vw;
  }
}

.modelContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 64px);
  max-width: 480px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 56px 58px 48px;
  font-family: "小塚ゴシック Pr6N B", sans-serif;
}
@media only screen and (max-width: 991px) {
  .modelContent {
    padding: 10.66667vw 6.4vw 8.53333vw;
    max-width: 686px;
    border-radius: 2.66667vw;
  }
}/*# sourceMappingURL=style.css.map */