@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-family: "fot-udkakugoc70-pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.7;
  letter-spacing: 2.2px;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
html {
  background-color: #011847;
}
body {
  opacity: 0;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.menu_btn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.menu_btn:hover {
  opacity: 1 !important;
}
.menu_btn i {
  position: relative;
  left: 0;
  display: block;
  width: 24px;
  height: 3px;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.6s;
}
.menu_btn i + i {
  margin-top: 6px;
}
.menu_btn i:nth-child(1) {
  transform-origin: right top;
}
.menu_btn i:nth-child(3) {
  transform-origin: right bottom;
}
.menu_btn.open i:nth-child(1) {
  rotate: -45deg;
  left: -6px;
  top: 1px;
}
.menu_btn.open i:nth-child(2) {
  left: 200%;
}
.menu_btn.open i:nth-child(3) {
  rotate: 45deg;
  left: -6px;
  top: -1px;
}
body.top header em {
  display: none;
}
header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100vw;
  height: 85px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}
header em {
  display: block;
  width: 118px;
  margin-right: 5px;
}
nav {
  position: fixed;
  z-index: 10000;
  left: 100%;
  top: 0;
  bottom: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: none;
  height: auto;
  padding: 155px 0 85px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: left 0.6s;
  background-color: #011847;
}
@media screen and (max-width: 768px) {
  nav {
    padding: 125px 0 50px;
  }
}
nav.open {
  left: 0;
}
nav .menu_btn {
  position: fixed;
  right: 15px;
  top: 0;
  height: 85px;
}
@media screen and (max-width: 768px) {
  nav .menu_btn {
    height: 50px;
  }
}
nav > ul {
  width: 100%;
}
nav > ul > li {
  position: relative;
  text-align: center;
  line-height: 1;
}
nav > ul > li + li {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  nav > ul > li + li {
    margin-top: 34px;
  }
}
nav > ul > li + li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  display: block;
  width: 2px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  nav > ul > li + li:before {
    top: -26px;
    height: 18px;
  }
}
nav > ul > li a {
  font-size: 22px;
  text-decoration: none;
  transition: opacity 0.7s;
}
nav > ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  nav > ul > li a:hover {
    opacity: 1;
  }
}
nav > ul > li a:hover img {
  opacity: 1;
}
nav > div {
  width: 100%;
  margin-top: 80px;
}
nav > div em {
  display: block;
  width: 212px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  nav > div em {
    width: 148px;
  }
}
nav > div ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  nav > div ul {
    margin-top: 15px;
  }
}
nav > div ul li {
  position: relative;
  margin: 0 15px;
}
nav > div ul li:first-child {
  margin-left: 0;
}
nav > div ul li:last-child {
  margin-right: 0;
}
nav > div ul li + li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  translate: 0 -50%;
}
nav > div ul li a {
  display: block;
}
nav > div ul li a img {
  width: auto;
  max-width: none;
  height: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  nav > div ul li a img {
    height: 18px;
  }
}
nav > div p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  nav > div p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 2;
  }
}
footer {
  position: relative;
  z-index: 15;
  padding: 105px 20px 45px;
  background-color: #011847;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 15px 40px;
  }
}
footer address {
  display: block;
}
footer address em {
  display: block;
  width: 212px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer address em {
    width: 150px;
  }
}
footer address ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  footer address ul {
    margin-top: 15px;
  }
}
footer address ul li {
  position: relative;
  margin: 0 15px;
}
footer address ul li:first-child {
  margin-left: 0;
}
footer address ul li:last-child {
  margin-right: 0;
}
footer address ul li + li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  translate: 0 -50%;
}
footer address ul li a {
  display: block;
}
footer address ul li a img {
  width: auto;
  max-width: none;
  height: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer address ul li a img {
    height: 18px;
  }
}
footer address ul li span {
  color: rgba(255, 255, 255, 0.5);
}
footer address p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  footer address p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 2;
  }
}
footer #sitemap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  footer #sitemap {
    display: none;
    width: 350px;
    margin: 50px auto 0;
  }
}
footer #sitemap > li {
  position: relative;
  margin: 0 15px;
}
footer #sitemap > li:first-child {
  margin-left: 0;
}
footer #sitemap > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer #sitemap > li {
    width: 50%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    line-height: 2;
  }
  footer #sitemap > li:nth-child(2n + 1):before {
    display: none;
  }
}
footer #sitemap > li + li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  footer #sitemap > li + li:before {
    display: none;
  }
}
footer #sitemap > li span {
  color: rgba(255, 255, 255, 0.5);
}
footer #sitemap > li span, footer #sitemap > li a {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer #sitemap > li span, footer #sitemap > li a {
    font-size: 16px;
  }
}
main {
  padding-top: 85px;
  min-height: calc(100vh - 385px);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 50px;
    min-height: calc(100vh - 200px);
  }
}
main #next {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 355px;
}
@media screen and (max-width: 768px) {
  main #next {
    height: 450px;
  }
}
main #next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  translate: -50% 0;
}
main #next > em {
  position: relative;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-size: 44px;
  text-align: center;
  letter-spacing: 4.393px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main #next > em {
    font-size: 35px;
    letter-spacing: 3.5px;
    line-height: 1.5428571429;
  }
}
main .btn01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
main .btn01 button, main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border: 1px #fff solid;
  font-size: 14px;
  line-height: 1;
  opacity: 0.7;
  background-color: #011847;
  transition: background 0.5s, color 0.5s;
}
main .btn01 button:after, main .btn01 a:after {
  content: "";
  position: relative;
  left: 0;
  display: block;
  width: 10px;
  height: 9px;
  margin-left: 10px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: left 0.5s;
}
main .btn01 button:hover, main .btn01 a:hover {
  color: #011847;
  text-decoration: none;
  background-color: #fff;
}
main .btn01 button:hover:after, main .btn01 a:hover:after {
  left: 5px;
  filter: invert(10%) sepia(34%) saturate(3619%) hue-rotate(204deg) brightness(97%) contrast(110%);
}
main #title {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main #title picture {
  width: 100%;
}
main > #top {
  margin-top: -85px;
}
@media screen and (max-width: 768px) {
  main > #top {
    margin-top: -50px;
  }
}
main > #top:after {
  content: "";
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(1, 24, 71, 0) 52.91%, #011847 100%);
  transition: all 0s;
}
main > #top .wrap {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main > #top .wrap {
    display: block;
  }
}
main > #top #bg_video {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
main > #top #bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > #top #challenge {
  position: relative;
  z-index: 10;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 65%;
}
@media screen and (max-width: 768px) {
  main > #top #challenge {
    height: 100vh;
    min-height: 171.02%;
  }
}
main > #top #challenge h1 {
  font-family: "fot-udkakugoc60-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute !important;
  left: 10%;
  top: 50% !important;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
  translate: 0 -50% !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  main > #top #challenge h1 {
    left: 20px;
    right: 20px;
    bottom: 130px;
    top: auto !important;
    width: auto;
    padding: 0;
    translate: 0 0 !important;
  }
}
main > #top #challenge h1.in img {
  opacity: 1;
}
main > #top #challenge h1.in span i {
  color: #fff;
}
main > #top #challenge h1.in span i:nth-child(1) {
  width: 2.33em;
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  main > #top #challenge h1.in span i:nth-child(1) {
    width: 2.5em;
  }
}
main > #top #challenge h1.in span i:nth-child(2) {
  width: 4.1em;
  transition-delay: 0.9s;
}
main > #top #challenge h1.in span b {
  width: 100%;
  color: #fff;
  transition-delay: 1.4s;
}
main > #top #challenge h1.in > i {
  top: 0;
  color: #fff;
  opacity: 1;
  transition-delay: 1.8s;
}
main > #top #challenge h1 img {
  position: relative;
  left: 7.8px;
  width: 300px;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 1600px) {
  main > #top #challenge h1 img {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #challenge h1 img {
    left: 5.4px;
    width: 146px;
  }
}
main > #top #challenge h1 span {
  display: block;
  margin-top: 30px;
  font-size: 137px;
  line-height: 1.18;
}
@media screen and (max-width: 1600px) {
  main > #top #challenge h1 span {
    font-size: 95px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #challenge h1 span {
    margin-top: 20px;
    font-size: 68px;
    line-height: 1.2;
  }
}
main > #top #challenge h1 span > * {
  width: 0%;
  color: #011847;
  white-space: nowrap;
  overflow: hidden;
}
main > #top #challenge h1 span i {
  display: inline-block;
  vertical-align: baseline;
  transition: width 0.4s, color 1s;
}
@media screen and (max-width: 768px) {
  main > #top #challenge h1 span i {
    display: block;
  }
}
main > #top #challenge h1 span b {
  display: block;
  font-weight: 400;
  transition: width 1.2s, color 1s;
}
main > #top #challenge h1 > i {
  position: relative;
  top: 10px;
  margin-top: 15px;
  color: #011847;
  font-size: 37px;
  text-transform: uppercase;
  letter-spacing: 2.291px;
  opacity: 0;
  transition: opacity 0.5s, top 0.5s, color 1s;
}
@media screen and (max-width: 1600px) {
  main > #top #challenge h1 > i {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #challenge h1 > i {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1.6666666667;
  }
  main > #top #challenge h1 > i + i {
    margin-top: 0;
  }
}
main > #top #content {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
main > #top #content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #011847;
}
main > #top #content #bg_parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
main > #top #content #environment {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  main > #top #content #environment {
    padding-top: 90px;
  }
}
main > #top #content #environment .wrap {
  align-items: flex-end;
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
main > #top #content #environment .wrap .l {
  position: relative;
  width: 48.18%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #top #content #environment .wrap .l {
    width: auto;
  }
}
main > #top #content #environment .wrap .l h2 {
  top: 0 !important;
}
main > #top #content #environment .wrap .l h2 i {
  display: block;
  width: 0%;
  font-size: 48px;
  letter-spacing: 1.92px;
  line-height: 1.5833333333;
  transition: width 1s;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main > #top #content #environment .wrap .l h2 i {
    font-size: 32px;
    line-height: 1.75;
    letter-spacing: 1.28px;
  }
}
main > #top #content #environment .wrap .l h2.in i {
  width: 100%;
}
main > #top #content #environment .wrap .l h2.in i:nth-child(2) {
  transition-delay: 0.7s;
}
main > #top #content #environment .wrap .l h2.in + p {
  left: 0;
  opacity: 1;
  transition-delay: 1.2s;
}
main > #top #content #environment .wrap .l p {
  position: relative;
  left: -100px;
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 2.2px;
  opacity: 0;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
@media screen and (max-width: 768px) {
  main > #top #content #environment .wrap .l p {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 2.3;
  }
}
main > #top #content #environment .wrap .r {
  position: relative;
  width: 51.81%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #top #content #environment .wrap .r {
    width: auto;
    margin-top: 60px;
  }
}
main > #top #content #environment .wrap .r figure {
  position: relative;
  height: 1px;
}
@media screen and (max-width: 768px) {
  main > #top #content #environment .wrap .r figure {
    height: auto;
  }
}
main > #top #content #environment .wrap .r figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  translate: 0 -68%;
}
@media screen and (max-width: 768px) {
  main > #top #content #environment .wrap .r figure img {
    position: relative;
    top: auto;
    width: calc(100% + 15px);
    max-width: none;
    translate: 0 0;
  }
}
main > #top #content #service, main > #top #content #news {
  padding-top: 280px;
}
@media screen and (max-width: 768px) {
  main > #top #content #service, main > #top #content #news {
    padding-top: 101px;
    padding-bottom: 1px;
    margin-top: -1px;
  }
}
main > #top #content #service .wrap, main > #top #content #news .wrap {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
main > #top #content #service .wrap .l, main > #top #content #news .wrap .l {
  width: 43.18%;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .l, main > #top #content #news .wrap .l {
    width: auto;
  }
}
main > #top #content #service .wrap .l h3, main > #top #content #news .wrap .l h3 {
  top: 0 !important;
}
main > #top #content #service .wrap .l h3 span, main > #top #content #news .wrap .l h3 span {
  display: block;
}
main > #top #content #service .wrap .l h3 span i, main > #top #content #news .wrap .l h3 span i {
  display: block;
  width: 0%;
  font-size: 61px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  letter-spacing: 6.1px;
  line-height: 1.2;
  transition: width 1s;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .l h3 span i, main > #top #content #news .wrap .l h3 span i {
    font-size: 44px;
    letter-spacing: 4.4px;
    line-height: 1.2;
  }
}
main > #top #content #service .wrap .l h3 > i, main > #top #content #news .wrap .l h3 > i {
  width: 0%;
  display: block;
  margin-top: 25px;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1;
  transition: width 1s;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .l h3 > i, main > #top #content #news .wrap .l h3 > i {
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
main > #top #content #service .wrap .l h3.js-fadein.in span i, main > #top #content #news .wrap .l h3.js-fadein.in span i {
  width: 100%;
}
main > #top #content #service .wrap .l h3.js-fadein.in span + i, main > #top #content #news .wrap .l h3.js-fadein.in span + i {
  width: 100%;
}
main > #top #content #service .wrap .r, main > #top #content #news .wrap .r {
  width: 56.81%;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .r, main > #top #content #news .wrap .r {
    width: auto;
    margin-top: 55px;
  }
}
main > #top #content #service .wrap .l h3.js-fadein span i:nth-child(2) {
  transition-delay: 0.3s;
}
main > #top #content #service .wrap .l h3.js-fadein > i {
  transition-delay: 0.7s;
}
main > #top #content #service .wrap .r > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .r > ul {
    display: block;
  }
}
main > #top #content #service .wrap .r > ul > li {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .r > ul > li {
    width: auto;
    margin-right: 0;
  }
}
main > #top #content #service .wrap .r > ul > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .r > ul > li:nth-child(2n) {
    margin-top: 90px;
  }
}
main > #top #content #service .wrap .r > ul > li em {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .r > ul > li em {
    font-size: 27px;
  }
}
main > #top #content #service .wrap .r > ul > li em:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 57px;
  height: 1px;
  background-color: #fff;
}
main > #top #content #service .wrap .r > ul > li p {
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .r > ul > li p {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #content #service .wrap .r > ul > li .btn01 {
    justify-content: flex-end;
  }
}
main > #top #content #service .wrap .r > ul > li figure {
  margin-top: 20px;
}
main > #top #content #service .wrap .r > ul > li figure img {
  width: auto;
}
main > #top #content #service .wrap .r > ul > li figure img[src*="top_pht_service_01"] {
  height: 56px;
}
main > #top #content #news {
  padding-bottom: 280px;
}
@media screen and (max-width: 768px) {
  main > #top #content #news {
    padding-bottom: 160px;
  }
}
main > #top #content #news .wrap .l h3.js-fadein > i {
  transition-delay: 0.3s;
}
main > #top #content #news .wrap .r ul li {
  padding-bottom: 25px;
  border-bottom: 1px #fff solid;
}
main > #top #content #news .wrap .r ul li + li {
  margin-top: 25px;
}
main > #top #content #news .wrap .r ul li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding-right: 95px;
  line-height: 1;
}
main > #top #content #news .wrap .r ul li a:hover {
  text-decoration: none;
}
main > #top #content #news .wrap .r ul li a:hover > * {
  left: 10px;
}
main > #top #content #news .wrap .r ul li a:hover b {
  opacity: 1;
}
main > #top #content #news .wrap .r ul li a > * {
  position: relative;
  left: 0;
  transition: left 0.5s;
}
main > #top #content #news .wrap .r ul li a span {
  display: block;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 1.28px;
}
main > #top #content #news .wrap .r ul li a i {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 7px;
  color: #011847;
  font-size: 12px;
  letter-spacing: 0.96px;
  background-color: #fff;
}
main > #top #content #news .wrap .r ul li a p {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  main > #top #content #news .wrap .r ul li a p {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
main > #top #content #news .wrap .r ul li a b {
  position: absolute !important;
  right: 0;
  left: auto !important;
  top: 50%;
  translate: 0 -50%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border: 1px #fff solid;
  font-size: 14px;
  line-height: 1;
  opacity: 0.7;
  background-color: #011847;
  transition: background 0.5s, color 0.5s;
  opacity: 0;
  transition: opacity 0.5s;
}
main > #top #content #news .wrap .r ul li a b:after {
  content: "";
  position: relative;
  left: 0;
  display: block;
  width: 10px;
  height: 9px;
  margin-left: 10px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: left 0.5s;
}
main > #top #content #news .wrap .r ul li a b:hover {
  color: #011847;
  text-decoration: none;
  background-color: #fff;
}
main > #top #content #news .wrap .r ul li a b:hover:after {
  left: 5px;
  filter: invert(10%) sepia(34%) saturate(3619%) hue-rotate(204deg) brightness(97%) contrast(110%);
}
main > #top #content #news .wrap .r .btn01 {
  justify-content: end;
}
main > #top #next {
  position: relative;
  z-index: 10;
}
main > #top #next:before {
  background-color: rgba(1, 24, 71, 0.3);
}
main > #pp {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 135px;
  text-align: center;
}
main > #pp #place h2 {
  font-size: 48px;
  letter-spacing: 1.92px;
  line-height: 1.5833333333;
}
@media screen and (max-width: 768px) {
  main > #pp #place h2 {
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.75;
  }
}
main > #pp #place .download {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 240px;
  margin: 35px auto 65px;
}
@media screen and (max-width: 768px) {
  main > #pp #place .download {
    width: 240px;
    margin: 20px auto 55px;
  }
}
main > #pp #place .download li {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}
main > #pp #place .download li:nth-child(2n) {
  margin-right: 0;
}
main > #pp #place p {
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  main > #pp #place p {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 2.3;
  }
}
main > #pp #place .example {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
  main > #pp #place .example {
    display: block;
    width: 260px;
    margin-top: 55px;
  }
}
main > #pp #place .example li {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  main > #pp #place .example li {
    width: auto;
    margin-right: 0;
  }
  main > #pp #place .example li + li {
    margin-top: 20px;
  }
}
main > #pp #place .example li:nth-child(2n) {
  margin-right: 0;
}
main > #pp #games {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #pp #games {
    margin-top: 85px;
  }
}
main > #pp #games h3 {
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-size: 41px;
  font-weight: 500;
  letter-spacing: 4.1px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main > #pp #games h3 {
    font-size: 32px;
    letter-spacing: 3.2;
    line-height: 1.5;
  }
}
main > #pp #games figure {
  width: 530px;
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  main > #pp #games figure {
    width: 340px;
    margin-top: 40px;
  }
}
main > #pp #casual {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  main > #pp #casual {
    margin-top: 55px;
  }
}
main > #pp #casual h3 {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #pp #casual h3 {
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.75;
  }
}
main > #pp #casual p {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  main > #pp #casual p {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 2.3;
  }
}
main > #pp #casual h4 {
  margin-top: 55px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-size: 41px;
  font-weight: 500;
  letter-spacing: 4.1px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main > #pp #casual h4 {
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 1.5;
  }
}
main > #pp #casual figure {
  width: 320px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  main > #pp #casual figure {
    width: 260px;
  }
}
main > #salesagent {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 135px;
  text-align: center;
}
main > #company {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 135px;
  text-align: center;
}
main > #company #about h2, main > #company #about h3, main > #company #partner h2, main > #company #partner h3 {
  margin-bottom: 25px;
  font-size: 48px;
  letter-spacing: 1.92px;
  line-height: 1.5833333333;
}
@media screen and (max-width: 768px) {
  main > #company #about h2, main > #company #about h3, main > #company #partner h2, main > #company #partner h3 {
    font-size: 32px;
  }
}
main > #company #about p, main > #company #partner p {
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 2;
}
main > #company #partner {
  margin-top: 80px;
}
main > #company #partner ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 735px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main > #company #partner ul {
    display: block;
    width: 300px;
  }
}
main > #company #partner ul li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  main > #company #partner ul li {
    width: auto;
    margin-right: 0;
  }
  main > #company #partner ul li + li {
    margin-top: 30px;
  }
}
main > #company #partner ul li:nth-child(2n) {
  margin-right: 0;
}
main > #company #partner ul li:nth-child(n + 3) {
  margin-top: 30px;
}
main > #company #partner ul li > a, main > #company #partner ul li > span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
main > #company #partner ul li > a figure, main > #company #partner ul li > span figure {
  width: 90px;
}
@media screen and (max-width: 768px) {
  main > #company #partner ul li > a figure, main > #company #partner ul li > span figure {
    width: 60px;
  }
}
main > #company #partner ul li > a p, main > #company #partner ul li > span p {
  width: calc(100% - 90px);
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main > #company #partner ul li > a p, main > #company #partner ul li > span p {
    width: calc(100% - 60px);
    padding-right: 15px;
  }
}
main > #company #partner ul li > a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #company #partner ul li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #company #partner ul li > a:hover {
    opacity: 1;
  }
}
main > #company #partner ul li > a:hover img {
  opacity: 1;
}
main > #company #partner ul li > a p:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  vertical-align: baseline;
  background: url(../img/icon_blank_01.png) no-repeat center / cover;
}
main > #news {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 165px;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  main > #news {
    display: block;
    padding-top: 0;
  }
}
main > #news .l {
  width: 330px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  main > #news .l {
    width: auto;
    padding-right: 0;
  }
}
main > #news .l h1 {
  font-size: 48px;
  letter-spacing: 1.92px;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  main > #news .l h1 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 1.28px;
    line-height: 1.75;
  }
}
main > #news .l span {
  display: block;
  font-size: 18px;
  letter-spacing: 1.44;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #news .l span {
    font-size: 16px;
  }
}
main > #news .l time {
  display: block;
  font-size: 36px;
  letter-spacing: 1.44;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #news .l time {
    font-size: 24px;
  }
}
main > #news .r {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  main > #news .r {
    width: auto;
    margin-top: 30px;
  }
}
main > #news .r .archive {
  width: 100%;
}
main > #news .r .archive li {
  padding-bottom: 25px;
  border-bottom: 1px #fff solid;
}
main > #news .r .archive li + li {
  margin-top: 25px;
}
main > #news .r .archive li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding-right: 95px;
  line-height: 1;
}
main > #news .r .archive li a:hover {
  text-decoration: none;
}
main > #news .r .archive li a:hover > * {
  left: 10px;
}
main > #news .r .archive li a:hover b {
  opacity: 1;
}
main > #news .r .archive li a > * {
  position: relative;
  left: 0;
  transition: left 0.5s;
}
main > #news .r .archive li a span {
  display: block;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 1.28px;
}
main > #news .r .archive li a i {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 7px;
  color: #011847;
  font-size: 12px;
  letter-spacing: 0.96px;
  background-color: #fff;
}
main > #news .r .archive li a p {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  main > #news .r .archive li a p {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
main > #news .r .archive li a b {
  position: absolute !important;
  right: 0;
  left: auto !important;
  top: 50%;
  translate: 0 -50%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border: 1px #fff solid;
  font-size: 14px;
  line-height: 1;
  opacity: 0.7;
  background-color: #011847;
  transition: background 0.5s, color 0.5s;
  opacity: 0;
  transition: opacity 0.5s;
}
main > #news .r .archive li a b:after {
  content: "";
  position: relative;
  left: 0;
  display: block;
  width: 10px;
  height: 9px;
  margin-left: 10px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: left 0.5s;
}
main > #news .r .archive li a b:hover {
  color: #011847;
  text-decoration: none;
  background-color: #fff;
}
main > #news .r .archive li a b:hover:after {
  left: 5px;
  filter: invert(10%) sepia(34%) saturate(3619%) hue-rotate(204deg) brightness(97%) contrast(110%);
}
main > #news .r .pager {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 50px;
}
main > #news .r .pager li > * {
  display: none;
}
main > #news .r .pager li > *.next, main > #news .r .pager li > *.prev {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border: 1px #fff solid;
  font-size: 14px;
  line-height: 1;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #news .r .pager li > *.next:hover, main > #news .r .pager li > *.prev:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #news .r .pager li > *.next:hover, main > #news .r .pager li > *.prev:hover {
    opacity: 1;
  }
}
main > #news .r .pager li > *.next:hover img, main > #news .r .pager li > *.prev:hover img {
  opacity: 1;
}
main > #news .r .pager li > *.prev {
  margin-left: 30px;
}
main > #news .r .pager li > *.prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  margin-right: 12px;
  background: url(../img/icon_arrow_01.svg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  rotate: 180deg;
}
main > #news .r .pager li > *.next:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  margin-left: 12px;
  background: url(../img/icon_arrow_01.svg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
main > #news .r > i {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  color: #011847;
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 1;
  vertical-align: baseline;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main > #news .r > i {
    height: 18px;
    font-size: 12px;
  }
}
main > #news .r > h1 {
  width: 100%;
  margin-bottom: 25px;
  font-size: 48px;
  letter-spacing: 1.92px;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  main > #news .r > h1 {
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.5;
  }
}
main > #news .r .entry {
  width: 100%;
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #news .r .entry {
    font-size: 16px;
  }
}
main > #news .r .entry a {
  text-decoration: underline;
}
main > #news .r .entry a:hover {
  text-decoration: none;
}
main > #news .r .entry ul, main > #news .r .entry ol {
  margin-top: 0 !important;
  padding-left: 1em;
}
main > #news .r .entry ul > li, main > #news .r .entry ol > li {
  position: relative;
  padding-left: 1em;
}
main > #news .r .entry ul > li:before, main > #news .r .entry ol > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
main > #news .r .btn01 {
  justify-content: flex-end;
  width: 100%;
}
main > #contact {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 165px;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  main > #contact {
    padding-top: 0;
  }
}
main > #contact h1 {
  font-size: 48px;
  letter-spacing: 1.92px;
  text-align: center;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  main > #contact h1 {
    font-size: 32px;
  }
}
main > #contact > p {
  font-size: 18px;
  letter-spacing: 1.44;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #contact > p {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 1.28;
  }
}
main > #contact .form {
  width: 768px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  main > #contact .form {
    margin-top: 30px;
  }
}
main > #contact .form .mw_wp_form_preview #policy {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #contact .form table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main > #contact .form table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main > #contact .form table tbody tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px #fff solid;
  }
}
main > #contact .form table tbody tr th, main > #contact .form table tbody tr td {
  padding: 15px 0;
  border-bottom: 1px #fff solid;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main > #contact .form table tbody tr th, main > #contact .form table tbody tr td {
    padding: 0;
    display: block;
    border-bottom: none;
    font-size: 16px;
    line-height: 1;
  }
}
main > #contact .form table tbody tr th {
  width: 220px;
  font-size: 18px;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  main > #contact .form table tbody tr th {
    width: auto;
    padding-bottom: 10px !important;
    letter-spacing: 1.28px;
  }
}
main > #contact .form table tbody tr td input[type="email"], main > #contact .form table tbody tr td input[type="text"] {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  padding: 0 20px;
  color: #333;
  background-color: #fff;
}
main > #contact .form table tbody tr td textarea {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  padding: 20px;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main > #contact .form table tbody tr td textarea {
    height: 240px;
  }
}
main > #contact .form table tbody tr td .mwform-checkbox-field.vertical-item {
  display: block;
  line-height: 1;
}
main > #contact .form table tbody tr td .mwform-checkbox-field.vertical-item + * {
  margin-top: 20px;
}
main > #contact .form table tbody tr td .mwform-checkbox-field.vertical-item label {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main > #contact .form table tbody tr td .mwform-checkbox-field.vertical-item label input {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px #fff solid;
  background-color: transparent;
}
main > #contact .form table tbody tr td .error {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main > #contact .form table tbody tr td .error {
    font-size: 16px;
  }
}
main > #contact .form #policy {
  margin-top: 50px;
}
main > #contact .form #policy > em {
  display: block;
  font-size: 22px;
  text-align: center;
}
main > #contact .form #policy > p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
main > #contact .form #policy .text {
  height: 280px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  color: #333;
  font-size: 14px;
  line-height: 2;
  background-color: #fff;
  overflow-y: auto;
}
main > #contact .form #policy .text em {
  display: block;
  font-weight: bold;
}
main > #contact .form #policy .text em:not(:first-child) {
  margin-top: 30px;
}
main > #contact .form #policy .text ol {
  counter-reset: idx;
}
main > #contact .form #policy .text ol > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: idx;
}
main > #contact .form #policy .text ol > li:before {
  content: counter(idx) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
main > #contact .form #policy .text .alr {
  margin-top: 20px;
  text-align: right;
}
main > #contact .form #policy #agree {
  margin-top: 20px;
}
main > #contact .form #policy #agree .mwform-checkbox-field {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
}
main > #contact .form #policy #agree [for="agree_check-1"] input {
  position: relative;
  z-index: -1;
  visibility: hidden;
}
main > #contact .form #policy #agree [for="agree_check-1"] input:checked + span:after {
  opacity: 1;
}
main > #contact .form #policy #agree [for="agree_check-1"] span {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
main > #contact .form #policy #agree [for="agree_check-1"] span:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border: 2px #fff solid;
  background-color: #fff;
}
main > #contact .form #policy #agree [for="agree_check-1"] span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 15px;
  border-left: 3px #011847 solid;
  border-bottom: 3px #011847 solid;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
main > #contact .form .btn01 {
  justify-content: center;
  margin-top: 75px;
}
main > #contact .form .btn01 > *:not(:first-child:last-child) {
  margin: 0 10px;
}
main > #contact .form .btn01 > *:not(:first-child:last-child):first-child:before {
  content: "";
  position: relative;
  left: 0;
  display: block;
  width: 10px;
  height: 9px;
  margin-right: 10px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: left 0.5s;
  rotate: 180deg;
}
main > #contact .form .btn01 > *:not(:first-child:last-child):first-child:after {
  display: none;
}
