@charset "UTF-8";

/* common */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
input,
figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}
body {
  color: #525760;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  /*font-family: "メイリオ", "MS PGothic", "Osaka", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Geneva, Arial, Helvetica, sans-serif;*/
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  line-height: 1;
  text-align: left;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 1em;
}

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

img {
  border: 0;
  vertical-align: bottom;
}

a {
  color: #4275ce;
  text-decoration: none;
}
a:hover {
  color: #4275ce;
  text-decoration: underline;
}

.pc-only-b {
  display: block;
}
.pc-only-ib {
  display: inline-block;
}
.sp-only-b,
.sp-only-ib {
  display: none;
}

.btn a {
  display: inline;
  color: #ecf1fa;
  background: #53a100;
  border-radius: 4px;
  padding: 7px 20px;
}
.btn a:after {
  font-size: 77%;
  font-family: FontAwesome;
  padding-left: 7px;
  content: "\f04b";
}
.btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn a:hover:after {
  position: relative;
  left: 3px;
}

h2 span {
  display: block;
  color: #999;
  font-family: "Prompt", sans-serif;
  letter-spacing: 0.16em;
  font-size: 50%;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0;
}

.ttl-en {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
.ttl-ja {
  color: #4275ce;
  font-family: "Prompt", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}

.page-catch {
  font-size: 124%;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.6;
}
.center {
  text-align: center;
}

.column-box {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
}
.column-box .left {
  float: left;
  width: 390px;
}
.column-box .right {
  float: right;
  width: 390px;
}
.column-box .list {
  overflow: hidden;
  margin-right: -30px;
}
.column-box .list li {
  float: left;
  width: 250px;
  margin-right: 30px;
}
.column-box .ttl {
  color: #4275ce;
  font-size: 185%;
  font-weight: bold;
  line-height: 1.3;
}
.column-box .lead {
  color: #333;
  font-size: 139%;
  font-weight: bold;
  margin: 15px 0 12px;
}
.column-box .txt {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .pc-only-b,
  .pc-only-ib {
    display: none;
  }
  .sp-only-b {
    display: block;
  }
  .sp-only-ib {
    display: inline-block;
  }

  .ttl-en {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .ttl-ja {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

/* header */
#header {
  background: #4275ce;
  color: #ecf1fa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
}
.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: 0.3s;
  margin: 0 auto;
}
.header-inr.fixed {
  background: #f4f5f5;
  webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.logo-wrap {
  margin: 20px 0 22px;
  transition: 0.3s;
}
.header-inr.fixed .logo-wrap {
  margin: 20px 0;
}
.logo-wrap h1 {
  color: #ecf1fa;
  font-size: 93%;
  text-align: left;
  margin: 0 0 16px 25px;
  transition: 0.3s;
}
.header-inr.fixed .logo-wrap h1 {
  display: none;
}
.logo-wrap .logo {
  text-align: left;
  margin: 0 0 0 25px;
}
.logo-wrap .logo a {
  color: #ecf1fa;
  font-family: "Prompt", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
  transition: 0.5s;
}
.header-inr.fixed .logo-wrap .logo a {
  color: #4275ce;
}
.logo-wrap .logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.logo-wrap .logo {
  text-align: left;
  margin: 0 0 0 25px;
}
.logo-wrap .logo img {
  width: 200px;
  height: auto;
}
.logo-wrap .logo img:last-child {
  display: none;
}
.header-inr.fixed .logo img:first-child {
  display: none;
}
.header-inr.fixed .logo img:last-child {
  display: block;
}
#menu-btn-check {
  display: none;
}

#global-nav {
  flex: 1;
  margin: 0 0 16px;
  transition: 0.3s;
}
.header-inr.fixed #global-nav {
  margin: 0 0 10px;
}
#global-nav #toggle {
  display: none;
}
#global-nav ul#main-nav {
  text-align: right;
}
#global-nav li {
  display: inline;
}
#global-nav li a {
  display: inline-block;
  padding: 5px 0;
  margin: 0 2.7% 7px;
  position: relative;
}
.header-inr.fixed #global-nav li a {
  color: #333;
}
#global-nav li:first-child a {
  border: none;
}
#global-nav li a:hover {
  text-decoration: none;
}
#global-nav li a:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #8eace2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#global-nav li a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header-inr.fixed #global-nav li a:hover:after {
  background: #4275ce;
}
#global-nav li a span {
  color: #4275ce;
  font-size: 64%;
  display: block;
  padding-top: 8px;
}
#global-nav li a {
  color: #ecf1fa;
}
@media only screen and (max-width: 900px) {
  .header-inr {
    display: block;
  }
  /* #global-nav {
    max-width: 350px;
  } */
  .logo-wrap h1 {
    text-align: center;
  }
  .logo-wrap .logo {
    text-align: center;
  }
  #global-nav ul#main-nav {
    text-align: center;
  }
  #global-nav li a:after {
    bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  /* common */
  img {
    max-width: 100%;
    height: auto;
  }

  .logo-wrap {
    margin: 20px 0 28px;
  }
  .header-inr.fixed .logo-wrap {
    margin: 30px 0;
  }
  .logo-wrap h1 {
    margin: 0 0 10px 15px;
    font-size: 10px;
    text-align: left;
  }
  .logo-wrap .logo {
    text-align: left;
    margin: 0 0 0 15px;
  }
  .logo-wrap .logo a {
    font-size: 20px;
  }
  .header-inr.fixed #global-nav li a {
    color: #fff;
  }

  .menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #4275ce;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: 0.3s;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #global-nav {
    max-width: initial;
    margin: 0;
  }
  #global-nav #toggle {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4275ce;
    top: 10px;
    right: 10px;
  }
  #global-nav #toggle a {
    display: block;
    position: relative;
    padding: 13px 0 10px;
    color: #ecf1fa;
    text-decoration: none;
    font-weight: bold;
  }
  #global-nav #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 19px;
    margin-top: -10px;
    background: #ecf1fa;
  }
  #global-nav #toggle a:before,
  #global-nav #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 5px;
    background: #4275ce;
  }
  #global-nav #toggle a:before {
    margin-top: -6px;
  }
  #global-nav #toggle a:after {
    margin-top: 2px;
  }
  #global-nav #main-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #4275ce;
    transition: all 0.5s;
  }

  #menu-btn-check:checked ~ #main-nav {
    left: 0;
  }
  #global-nav ul {
    width: 100%;
    padding: 70px 30px 0;
  }
  #global-nav li {
    display: block;
    border-bottom: solid 1px #ffffff;
  }
  #global-nav li a,
  #global-nav li:first-child a {
    display: block;
    border-left: none;
    text-align: center;
    margin: 0;
    padding: 18px 0 16px;
    font-size: 120%;
    text-align: left;
    position: relative;
  }
  #global-nav li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 21px;
  }
  #global-nav li a span {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  #global-nav li a:after {
    content: none;
  }
}

/* mv */
.mv {
  background-color: #000;
  background-image: url(/images/img_mv.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
  animation: mv-anime 1.5s;
}
@keyframes mv-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv-txt {
  color: #fff;
  text-align: center;
  position: relative;
  bottom: -150px;
  opacity: 0;
  transition: 1.5s;
}
.home .mv-txt.move-txt {
  bottom: 0;
  opacity: 1;
}
.mv-catch {
  width: 100%;
  font-size: 350%;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 0 20px #333;
  margin-bottom: 30px;
}
.mv a {
  color: #ecf1fa;
  position: absolute;
  bottom: 250px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
}
.mv a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #ecf1fa;
  border-bottom: 1px solid #ecf1fa;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mv {
    background-color: #000;
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .mv-catch {
    font-size: 170%;
    line-height: 2;
  }
}

.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.4em;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(black, 0.1);
  text-indent: 0.3em;
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

/* feature */
.feature {
  padding: 100px 3.5%;
}
.feature .inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.feature .feature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.feature .feature-block .box {
  width: 31%;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s 0.3s;
}
.feature .feature-block.is-show .box {
  transform: translateY(0);
  opacity: 1;
}
.feature .feature-block .box:nth-child(2) {
  transition: all 1s 0.6s;
}
.feature .feature-block .box:nth-child(3) {
  transition: all 1s 0.9s;
}
.feature .feature-block .box a {
  color: #333;
  display: block;
}
.feature .feature-block .box a:hover {
  text-decoration: none;
}
.feature .feature-block .box figure {
  position: relative;
  padding-bottom: 68%;
  overflow: hidden;
  background: #ecf1fa;
}
.feature .feature-block .box figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-object-fit: cover;
  object-fit: cover;
}
.feature .feature-block .box a:hover figure img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.feature .feature-block .box dl {
  background: rgba(213, 214, 216, 0.3);
  width: 90%;
  padding: 10px 20px 20px;
  margin: -20px auto 0;
  position: relative;
}
.feature .feature-block .box dt {
  color: #4275ce;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 20px 0 10px;
}
.feature .feature-block .box dd.txt {
  font-size: 16px;
  line-height: 1.6;
}
.feature .feature-block .box dd.btn .more {
  border-bottom: solid 1px #333;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  width: 23%;
  margin: 20px 0 0;
  padding-bottom: 5px;
  position: relative;
  transition: 0.3s;
}
.feature .feature-block .box a:hover dd .more {
  width: 25%;
}
.feature .feature-block .box dd .more .material-icons {
  font-size: 19px;
  position: absolute;
  right: 0;
  bottom: 4px;
  transition: 0.3s;
}
.feature .feature-block .box a:hover dd .more .material-icons {
  right: -5px;
  bottom: 9px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  animation: modal_show 1s ease-in 0s;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  overflow-y: scroll;
}
.modal__content {
  background: #ecf1fa;
  border: solid 6px #4275ce;
  text-align: center;
  height: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}
/* hover */
.modal:hover .modal__content::after,
.modal:hover .modal__content::before {
  width: 100%;
  width: calc(100% + 1px);
}
.modal:hover .modal__content_inr::after,
.modal:hover .modal__content_inr::before {
  height: 100%;
  height: calc(100% + 1px);
}
.modal__content .ttl {
  color: #4275ce;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.modal__content .txt {
  border-top: dashed 1px #9f9f9f;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 35px;
}
.modal__content .txt li {
  border-bottom: dashed 1px #9f9f9f;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal__content .txt .marker {
  color: #ce4742;
}
@keyframes modal_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal__content .js-modal-close {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .modal__content::after,
  .modal__content::before,
  .modal__content_inr::after,
  .modal__content_inr::before {
    content: none;
  }
  .modal__content {
    border: solid 5px #4275ce;
    position: relative;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .feature {
    padding: 60px 3.5%;
  }
  .feature .feature-block {
    display: block;
  }
  .feature .feature-block .box {
    width: 100%;
  }
  .feature .feature-block .box + .box {
    margin-top: 40px;
  }
  .feature .feature-block .box dt {
    font-size: 20px;
  }
  .modal__content {
    padding: 20px;
  }
  .modal__content .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .modal__content .txt {
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .modal__content .txt li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* service */
.service {
  background: #f4f5f5;
  padding: 100px 3.5%;
}
.service .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.service .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.service .service-block .box {
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 260px;
  height: 260px;
  margin: 0 20px 45px;
  display: block;
  position: relative;
  cursor: pointer;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  opacity: 0;
}
.service .service-block .box:nth-child(1) {
  transition: all 1.5s 0.2s;
}
.service .service-block .box:nth-child(2) {
  transition: all 1.5s 0.4s;
}
.service .service-block .box:nth-child(3) {
  transition: all 1.5s 0.6s;
}
.service .service-block .box:nth-child(4) {
  transition: all 1.5s 0.8s;
}
.service .service-block .box:nth-child(5) {
  transition: all 1.5s 0.2s;
}
.service .service-block .box:nth-child(6) {
  transition: all 1.5s 0.4s;
}
.service .service-block .box:nth-child(7) {
  transition: all 1.5s 0.6s;
}
.service .service-block .box:nth-child(8) {
  transition: all 1.5s 0.8s;
}
.service .service-block .box.is-show {
  transform: rotateY(0);
  opacity: 1;
}
.service .service-block .box:hover {
  transform: rotateY(180deg);
  transition: 1s;
}
.service .service-block .box .front,
.service .service-block .box .back {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.service .service-block .box .front {
  background: #8eace2;
  z-index: 2;
}
.service .service-block .box .back {
  background: #ecf1fa;
  border: solid 1px #4275ce;
  color: #4275ce;
  padding: 15px;
  transform: rotateY(180deg);
  box-sizing: border-box;
}
.service .service-block .box .material-icons {
  color: #4275ce;
  font-size: 65px;
  margin: 0 0 15px;
  display: block;
}
.service .page-catch {
  margin: 0;
}
@media only screen and (max-width: 1320px) {
  .service .service-block {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .service {
    padding: 100px 0;
  }
  .service .service-block .box {
    font-size: 14px;
    height: 210px;
    width: 210px;
    margin: 0 15px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .service {
    padding: 50px 0;
  }
  .service .service-block .box {
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    height: auto;
    min-height: 150px;
    margin: 0 10px 20px;
  }
  .service .service-block .box .front {
    border-radius: 10px;
  }
  .service .service-block .box .back {
    border-radius: 10px;
    padding: 20px;
    text-align: left;
  }
  .service .service-block .box .material-icons {
    font-size: 48px;
    margin: 0 0 5px;
  }
  .service .service-block .box .back br {
    display: none;
  }
}

/* data-type */
.data-type {
  padding: 80px 3.5%;
  position: relative;
}
.data-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #d5d6d8;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.data-type.is-show::before {
  width: 100%;
}
.data-type .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.data-type .ttl {
  border-bottom: solid 1px #ecf1fa;
  font-family: "Prompt", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: inline-block;
}
.data-type .txt {
  font-size: 16px;
  line-height: 1.8em;
}
.data-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px auto 0;
}
.data-type li {
  background: #1d2739;
  border: solid 5px #60c2ea;
  color: #60c2ea;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 2px;
  width: 22%;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
}
.data-type li:nth-child(2) {
  border: solid 5px #ef8438;
  color: #ef8438;
}
.data-type li:nth-child(3) {
  border: solid 5px #eb46c2;
  color: #eb46c2;
}
@media only screen and (max-width: 767px) {
  .data-type {
    padding: 60px 3.5%;
  }
  .data-type ul {
    flex-wrap: wrap;
  }
  .data-type li {
    width: 48%;
  }
  .data-type li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

/* browsers */
.browsers {
  padding: 100px 3.5%;
  text-align: center;
}
.browsers .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.browsers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.browsers li {
  width: 18%;
}
.browsers li img {
  width: 100%;
  height: auto;
}
.browsers li:nth-child(odd) img {
  animation: float_anime01 3s linear infinite;
  transform-origin: 50% 50%;
}
.browsers li:nth-child(even) img {
  animation: float_anime02 3s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_anime01 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-8px);
  }
  66.66667% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float_anime02 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(8px);
  }
  66.66667% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.browsers .txt {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .browsers {
    padding: 60px 3.5%;
  }
  .browsers ul {
    flex-wrap: wrap;
  }
  .browsers li {
    width: 48%;
  }
  .browsers li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .browsers li img {
    width: 80%;
  }
}

/* contact */
.contact {
  background: url(/images/bg_contact.jpg) no-repeat;
  background-size: cover;
  padding: 110px 3.5%;
  text-align: center;
}
.contact p {
  color: #ecf1fa;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 0 auto 35px;
}
.contact a {
  border: solid 1px #ecf1fa;
  color: #ecf1fa;
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.45em;
  display: block;
  width: 100%;
  max-width: 1160px;
  height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.contact a:hover {
  border: solid 1px #ce7642;
  background: #ce7642;
  text-decoration: none;
}
.contact a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0 0;
  transition: 0.3s;
}
.contact a:hover span {
  padding: 0 50px 0 0;
}
.contact a span::before,
.contact a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.contact a span::before {
  background: #ecf1fa;
  width: 25px;
  height: 2px;
  right: 3px;
  transition: 0.3s;
}
.contact a span::after {
  border-top: 2px solid #ecf1fa;
  border-right: 2px solid #ecf1fa;
  width: 10px;
  height: 10px;
  right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact a:hover span::before {
  width: 45px;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 60px 3.5%;
  }
  .contact p {
    font-size: 18px;
  }
  .contact a {
    font-size: 22px;
    height: 120px;
  }
}

/* about */
.about {
  background: #ecf1fa;
  padding: 60px 0;
}
.about .inner {
  width: 810px;
  margin: 0 auto;
}
.about .about-main-img {
  margin: 60px auto 45px;
}
.about .catch {
  font-size: 108%;
  text-align: center;
}
.about .block {
  margin: 45px 0;
  overflow: hidden;
}
.about .block h3 {
  color: #ecf1fa;
  background: #4275ce;
  border-radius: 8px;
  font-size: 185%;
  padding: 10px 20px 8px;
  margin: 0 0 21px;
}
.about .block .txt {
  float: left;
  width: 565px;
  font-size: 108%;
  line-height: 2.1;
  text-align: left;
}
.about .block .img {
  float: right;
  width: 230px;
  text-align: center;
  padding: 5px 0 0;
}
.about .block .btn a {
  display: inline-block;
  line-height: 1;
  margin: 10px 0 0;
}

/* supporter */
.supporter {
  width: 810px;
  margin: 0 auto;
  padding: 60px 0 51px;
  text-align: center;
}
.supporter dl {
  margin: 21px 0 0;
  border-top: solid 1px #d9d9d9;
  padding: 30px 0 0;
}
.supporter h2 + dl {
  margin: 30px 0 0;
  border-top: none;
  padding: 0;
}
.supporter .name {
  font-size: 139%;
  font-weight: bold;
  margin: 20px 0 21px;
}
.supporter .txt {
  font-size: 108%;
  line-height: 2.1;
  text-align: left;
}

/* pagetop */
#pagetop {
  border: 1px solid #4275ce;
  border-bottom: none;
  width: 80px;
  height: 50px;
  display: block;
  font-size: 400%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
#pagetop a {
  margin-top: 25px;
  display: block;
  position: relative;
  animation: rotY 1s infinite;
}
#pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 1px solid #4275ce;
  border-bottom: 1px solid #4275ce;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  box-sizing: border-box;
}
@keyframes rotY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.is-in #pagetop {
  border: 1px solid #ecf1fa;
  border-bottom: none;
}
.is-in #pagetop a:before {
  border-left: 1px solid #ecf1fa;
  border-bottom: 1px solid #ecf1fa;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    display: none !important;
  }
}

/* footer */
#footer {
  color: #ecf1fa;
  background: #4275ce;
  text-align: center;
  padding: 60px 3.5% 20px;
}
#footer a {
  color: #ecf1fa;
}
#footer .footer-logo {
  font-family: "Prompt", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 auto 60px;
}
#footer .footer-logo a:hover {
  transition: 0.5s;
}
#footer .footer-logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#footer .footer-txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 15px;
}
#footer .copyright {
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo {
    font-size: 20px;
  }
}

/* bxslider */
.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}
#slider li {
  height: 100vh;
  background: center / cover no-repeat;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 40px 3.5% 20px;
  }
}

/* .page-contact */
.page-contact {
  background: #f5f5f5;
}
/* form-area */
.form-area {
  padding: 120px 0 0;
  height: 1040px;
}
.powered {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .form-area {
    padding: 110px 0 0;
    height: 960px;
  }
}
