@charset "UTF-8";
/*
***
***
***
***
***
*/
@font-face {
  /*
      font-family: 'Noto Sans JP';
      src: url(../font/NotoSansJP-subSet.ttf);
  */
}
html,
body {
  /*
  font-family: "Noto Sans JP", sans-serif;
  */
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  background: #fcfcfc;
  background-image: url(../img/bgBody.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  html,
  body {
    background-image: url(../img/bgBodySp.svg);
  }
}

table {
  width: 100%;
}

.text {
  line-height: 1.8;
}

.pcDisp {
  display: block;
}
@media screen and (max-width: 800px) {
  .pcDisp {
    display: none;
  }
}

.spDisp {
  display: none;
}
@media screen and (max-width: 800px) {
  .spDisp {
    display: block;
  }
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: 370%;
  margin-bottom: 0.7em;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 200%;
  }
}

h2,
h3,
h4,
h5 {
  color: #284659;
}

h2 {
  margin-bottom: 0.7em;
  font-size: 300%;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 200%;
  }
}

h3 {
  margin-bottom: 1.7em;
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 150%;
  }
}

h4,
h5 {
  font-weight: 700;
}

.fontMin {
  font-family: "Noto Serif JP", serif;
}

.nallow {
  transform-origin: top left;
  text-align: left;
  display: inline-block;
  transform: scaleX(0.9);
}

form select,
form textarea,
form input {
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

textarea {
  width: 100%;
  max-width: 40em;
  height: 20em;
}

footer {
  position: relative;
  z-index: 2;
  background: #1c1c1c;
}
footer * {
  color: #fff;
}
footer a:hover {
  color: #bde3ff;
}
footer .footerWrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .footerWrap {
    flex-direction: column;
    align-items: center;
  }
}
footer .footerWrap > div:last-of-type {
  padding-left: 3em;
  display: flex;
  align-items: center;
  font-size: 11px;
}
@media screen and (max-width: 800px) {
  footer .footerWrap > div:last-of-type {
    margin-top: 2.7em;
  }
}
footer .footerWrap > div:last-of-type img {
  padding-right: 0.7em;
}
footer .company {
  background: #333;
  padding: 1em;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  footer .company {
    flex-direction: column;
  }
  footer .company a {
    margin-bottom: 1.3em;
    padding: 1em;
  }
}
footer .company .logo img {
  width: 300px;
  margin-right: 1em;
  filter: brightness(0) invert(1);
}
footer .company .sekispe img {
  width: 60px;
}
footer .company .footerLink {
  padding-top: 0.3em;
}
@media screen and (max-width: 800px) {
  footer .company .footerLink {
    text-align: center;
    padding-top: 0.7em;
  }
}
footer .copy {
  background: #000;
  padding: 1em;
  font-size: 11px;
}
footer .plainWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
footer .plainWrap li a,
footer .plainWrap div {
  font-size: 90%;
}
footer ul {
  display: flex;
}

header .wrap {
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  header .wrap {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}

nav .siteNavInner {
  font-size: 120%;
}
@media screen and (max-width: 800px) {
  nav .siteNavInner {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  nav .siteNavInner > ul {
    flex-direction: column;
  }
  nav .siteNavInner .sub-menu {
    display: block;
  }
  nav .siteNavInner li:hover .sub-menu {
    display: block;
    position: relative;
    padding-top: 0px;
  }
}
nav .siteNavInner ul {
  display: flex;
  justify-content: center;
}
nav .siteNavInner ul li {
  margin-right: 1.7em;
}
nav .siteNavInner ul li:last-of-type {
  margin-right: 0;
}
nav .siteNavInner a {
  color: #333;
}
.tigai {
  position: relative;
}
.tigai td {
  text-align: center;
}
.tigai span {
  font-size: 300%;
  line-height: 1;
  color: #5190bd;
}
@media screen and (max-width: 800px) {
  .tigai {
    box-shadow: inset 7px 0px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: scroll;
  }
  .tigai * {
    font-size: 14px;
  }
  .tigai table {
    width: 1200px;
  }
}

.whiteLine {
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.fv {
  padding: 3em 0 7em 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .fv {
    padding: 0;
  }
}
.fv .inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .fv .inner {
    flex-direction: column;
    padding: 20px;
  }
}
.fv .inner .image {
  position: relative;
  width: 300px;
}
.fv .inner .image img {
  width: 100%;
  border: 10px rgba(255, 255, 255, 0.7) solid;
  border-radius: 10px;
}
.fv .inner .image .swiper-button-prev {
  left: -50px;
  color: #000;
}
.fv .inner .image .swiper-button-next {
  right: -50px;
  color: #000;
}
.fv .inner .swiperTitle {
  line-height: 1.3;
  margin-bottom: 1em;
  font-size: 120%;
}
.fv .inner .swiperTitle a {
  font-weight: bold;
}
.fv .inner .text {
  margin-bottom: 0;
}
.fv .inner .text a {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  padding: 0.7em 2.7em;
  font-size: 180%;
  margin-top: 1.3em;
  background: rgb(255, 0, 198);
  background: linear-gradient(135deg, rgb(255, 0, 85) 0%, rgb(195, 0, 235) 100%);
}
.fv .inner .text a span {
  font-size: 80%;
  color: #fff;
}
.fv .inner .text a:hover {
  background: linear-gradient(135deg, rgb(195, 0, 235) 0%, rgb(255, 0, 85) 100%);
}
@media screen and (max-width: 800px) {
  .fv .inner .text a {
    margin-bottom: 1.7em;
  }
}
.fv .inner .text .copy {
  font-size: 160%;
  line-height: 1.4;
  padding: 0.5em 0 0.3em 0;
  font-weight: bold;
  letter-spacing: 0em;
}
.fv .inner .text .copy:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .fv .inner .text .copy {
    font-size: 120%;
  }
}
.fv .inner .text .copy > img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0.7em;
}
.fv .inner .text ul {
  margin-bottom: 1.3em;
  padding-left: 1em;
}
.fv .inner .text li {
  background-image: url(../img/icChk.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 1.7em;
}
.fv .inner .text li span {
  font-size: 12px;
}
.fv .inner .text li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .fv .inner .text li {
    font-size: 95%;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}
.fv > div {
  font-size: 150%;
}
.fv > div > img {
  width: 100%;
  max-width: 270px;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .fv > div > img {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 200px;
  }
}
.itdPentColumn {
  background: #5190bd;
  color: #fff;
  border-color: #fff;
  width: 20em;
}
.itdPentColumn > * {
  color: #fff;
}

.tal {
  text-align: left !important;
}

.itdPentColumnGray {
  background: #f3f3f3;
  text-align: center;
}

.itdPentTitle {
  width: 23em;
}
.itdPentTitle > div {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-weight: bold;
}

section {
  padding: 5em 0;
}

/*
    padding: 5em 0;
    margin: 5em 0;
*/
section.features {
  position: relative;
  z-index: 1;
  background-image: url(../img/products-features.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.features:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 41, 77, 0.77);
}
@media screen and (max-width: 800px) {
  section.features {
    background-position: 58% 0%;
  }
}
section.features * {
  color: #fff;
}

.arrow {
  background: #5190bd;
  color: #fff;
}
.arrow * {
  color: #fff;
}
.arrow > div {
  text-align: center;
}
.arrow .arrowText {
  display: flex;
  padding: 1.7em 0;
  justify-content: center;
}
.arrow .arrowText > div {
  font-size: 160%;
}
@media screen and (max-width: 800px) {
  .arrow .arrowText > div {
    font-size: 100%;
  }
}
.arrow .arrowText > div:first-of-type {
  margin-right: 0.7em;
}
.arrow .arrowText a {
  border: 1px solid #fff;
  padding: 0.3em 1em;
  border-radius: 3px;
}
.arrow .arrowText a:hover {
  background-color: #fff;
  color: #5190bd;
}

.down {
  padding: 0;
  margin-top: -1px;
  margin-left: -1%;
  width: 102%;
  height: 36px;
  background: #5190bd;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.down.narrow {
  width: 177px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  position: relative;
  font-size: 16px;
  margin-bottom: 2em;
}
@media screen and (max-width: 800px) {
  .text {
    font-size: 16px;
  }
}

.commh4Title {
  width: 100%;
  text-align: center;
  margin-bottom: 1.7em;
  padding-top: 1.7em;
}

.pent h3 {
  text-align: center;
  margin-bottom: 1.3em;
}
.pent dl {
  padding: 0;
}
.pent dl * {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .pent dl {
    flex-direction: column;
  }
}
.pent dl dt,
.pent dl dd {
  padding: 15px;
  margin-bottom: 0;
  border: none;
}
.pent dl dt {
  width: 20em;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .pent dl dt {
    width: 100%;
    text-align: center;
  }
}
.pent dl dd {
  width: calc(100% - 20em);
}
@media screen and (max-width: 800px) {
  .pent dl dd {
    width: 100%;
  }
}
.pent dl dt:nth-of-type(2n+1),
.pent dl dd:nth-of-type(2n+1) {
  background: #f5f5f5;
}
.pent dl dt:nth-of-type(2n),
.pent dl dd:nth-of-type(2n) {
  background: #fff;
}

.mb7em {
  margin-bottom: 7em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb5em {
  margin-bottom: 5em;
}

.awards {
  display: flex;
  margin-bottom: 5em;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
.awards h3 {
  text-align: center;
}
.awards > img {
  padding-top: 3em;
}

.pentMenu {
  display: flex;
  flex-wrap: wrap;
  background: #5190bd;
}
.pentMenu * {
  color: #fff;
}
.pentMenu h4 {
  font-size: 230%;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1;
}
.pentMenu h4 span {
  font-size: 20px;
}
.pentMenu > div {
  background: rgb(64, 115, 152);
  background: linear-gradient(-15deg, rgb(56, 123, 171) 0%, rgb(123, 176, 213) 100%);
  text-align: center;
  box-sizing: border-box;
  width: 50%;
  padding: 3em;
  border: 1px solid #fff;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .pentMenu > div {
    width: 100%;
    padding: 2em;
  }
  .pentMenu > div > div {
    font-size: 12px;
  }
}

.autoPent {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em;
}
@media screen and (max-width: 800px) {
  .autoPent {
    flex-direction: column;
  }
}
.autoPent > div {
  width: 33.33%;
  margin-right: 20px;
}
.autoPent > div:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .autoPent > div {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
  }
  .autoPent > div:last-of-type {
    margin-bottom: 0;
    margin-right: auto;
  }
}
.autoPent h4 {
  text-align: center;
  margin-bottom: 0.7em;
}
.autoPent img {
  width: 100%;
  border: 7px solid #f3f3f3;
}

.wpcf7-submit {
  padding: 0.7em 3.7em;
  background-color: #5190bd;
  color: #fff;
  margin: 0 0.7em;
}
.wpcf7-submit:hover {
  background-color: #2e96e0;
}

input[type=button] {
  cursor: pointer;
}

.contact {
  background-color: #e28e6d;
  color: #fff;
  border-radius: 13px;
  padding: 1.7em;
}
@media screen and (max-width: 800px) {
  .contact {
    padding: 0.7em;
    font-size: 14px;
  }
}
.contact h2 {
  margin-bottom: 0.3em;
  font-size: 200%;
}
@media screen and (max-width: 800px) {
  .contact h2 {
    font-size: 160%;
  }
}
.contact * {
  color: #fff;
}

.commFlex {
  display: flex;
  justify-content: space-between;
}
.commFlex > div {
  max-width: 50%;
  display: flex;
  align-items: center;
}
.commFlex > div .whiteLine {
  padding-left: 1.7em;
  font-size: 130%;
}

.swiper3Wrap {
  width: 100%;
  overflow: hidden;
}
.swiper3Wrap .swiper-slide {
  /*max-width: 250px;*/
}
.swiper3Wrap img {
  border-radius: 7px;
  border: 3px solid rgba(0, 0, 0, 0.2);
}

.gallery h3 {
  text-align: center;
  margin-top: 1.7em;
}

.srv {
  padding: 3em;
}
@media screen and (max-width: 800px) {
  .srv {
    padding: 1em;
  }
}

.desc {
  border-radius: 13px;
}
.desc div.whiteLine {
  font-size: 130%;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 800px) {
  .desc {
    padding: 0.7em;
    font-size: 14px;
  }
}
.desc h2 {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  font-size: 215%;
  border-bottom: 7px solid #e28e6d;
}
.desc h2 span {
  font-weight: bold !important;
  color: #284659;
}
@media screen and (max-width: 800px) {
  .desc h2 {
    font-size: 128%;
  }
}

.des {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
}
.des * {
  font-size: 14px;
}
.des a {
  width: 100%;
}
.des > div {
  display: flex;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 800px) {
  .des > div {
    flex-direction: column;
  }
  .des > div:nth-of-type(2n) {
    flex-direction: column-reverse !important;
  }
}
.des > div:last-of-type {
  margin-bottom: 0;
}
.des > div > div {
  width: 50%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .des > div > div {
    width: 100%;
  }
}
.des > div > div img {
  width: 100%;
  border: 7px solid #f5f5f5;
}

.lum-gallery-button {
  display: none !important;
}

.ace .aecCheck {
  font-size: 130%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 800px) {
  .ace .aecCheck {
    font-size: 100%;
    justify-content: flex-start;
  }
}
.ace .aecCheck img {
  padding-right: 0.3em;
  width: 100%;
  max-width: 1.7em;
}
.ace .aecCheck > div {
  display: flex;
  align-items: center;
  padding: 0 0.7em;
}
@media screen and (max-width: 800px) {
  .ace .aecCheck > div {
    margin-bottom: 0.7em;
  }
  .ace .aecCheck > div:last-of-type {
    margin-bottom: 0;
  }
}
.ace .endpointWrap {
  display: flex;
  margin-bottom: 2em;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .ace .endpointWrap {
    flex-direction: column;
  }
}
.ace .endpointWrap > div:first-of-type {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .ace .endpointWrap > div:first-of-type {
    width: 100%;
    padding: 0 1em;
    margin-bottom: 1em;
  }
}
.ace .endpointWrap > div:last-of-type {
  width: 50%;
  padding-left: 2em;
}
@media screen and (max-width: 800px) {
  .ace .endpointWrap > div:last-of-type {
    width: 100%;
    padding-left: 0;
    padding: 0 1em;
  }
}
.ace .endpointWrap * {
  font-size: 14px;
}
.ace .endpointWrap ul {
  margin-bottom: 1em;
}
.ace .endpointWrap ul:last-of-type {
  margin-bottom: 0;
}
.ace .endpointWrap li {
  position: relative;
  padding: 0 0.7em;
  font-size: 100%;
  font-style: italic;
  color: #5d8db1;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.ace .endpointWrap li:last-of-type {
  margin-bottom: 0;
}
.ace .aceBoxWrap {
  display: flex;
  margin-bottom: 2em;
}
@media screen and (max-width: 800px) {
  .ace .aceBoxWrap {
    flex-direction: column;
  }
}
.ace .aceBoxWrapBox {
  display: flex;
  width: 33.33%;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .ace .aceBoxWrapBox {
    width: 100%;
    margin-bottom: 1em;
  }
  .ace .aceBoxWrapBox:last-of-type {
    margin-bottom: 0;
  }
}
.ace .aceBoxWrapBox > div:last-of-type {
  text-align: left;
  padding: 0.7em;
}
@media screen and (max-width: 800px) {
  .ace .aceBoxWrapBox > div:last-of-type {
    font-size: 14px;
  }
}
.ace .aceBoxWrap img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 800px) {
  .ace .aceBoxWrap img {
    max-width: 100px;
  }
}
.ace h3 {
  text-align: center;
  margin-bottom: 1.3em;
}

.system h2 {
  position: relative;
  z-index: 1;
}
.system .systemInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .system .systemInner {
    flex-direction: column;
  }
}
.system dl {
  width: 41%;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .system dl {
    width: 100%;
    padding: 0em;
    margin-bottom: 2em;
  }
  .system dl:last-of-type {
    margin: 0;
  }
}
.system dl dt,
.system dl dd {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}
.system dl dt {
  border: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.7em;
  font-size: 150%;
}
@media screen and (max-width: 800px) {
  .system dl dt {
    font-size: 110%;
  }
}
.system dl dd {
  border: none;
  border-left: none;
  background: rgba(255, 255, 255, 0);
  margin-left: 0.7em;
  font-size: 120%;
}
@media screen and (max-width: 800px) {
  .system dl dd {
    font-size: 14px;
  }
}

.luminous {
  position: relative;
  display: inline-block;
}
.luminous:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
}
.luminous:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

.luminous.sponly:before {
  content: none;
}
@media screen and (max-width: 800px) {
  .luminous.sponly:before {
    content: "";
  }
}

.accBtn {
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 20em;
  color: #fff;
  margin-bottom: 2em;
  background: #333;
  border-radius: 50px;
  padding: 0.3em 0;
  position: relative;
}
.accBtn * {
  color: #fff;
}
.accBtn:hover {
  background: #0082df;
}
.accBtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
}
.accBtn.open {
  background: #4991c4;
}
.accBtn.open:before {
  transform: translate(0, -50%) rotate(-45deg);
}

.travelRoute {
  display: flex;
  padding: 2em 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .travelRoute {
    flex-direction: column;
  }
}
.travelRoute > * {
  width: 50%;
  margin: 0 0.7em 3em 0.7em;
}
@media screen and (max-width: 800px) {
  .travelRoute > * {
    width: 100%;
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  .travelRoute > div {
    margin-bottom: 0.7em;
  }
}
.travelRoute a {
  display: block;
}
@media screen and (max-width: 800px) {
  .travelRoute a {
    margin: 0 0 2em 0;
  }
}

.accContents {
  background: #d4e1ea;
  border-radius: 14px;
}
.accContents > div {
  padding: 0 2em 2em 2em;
}
@media screen and (max-width: 800px) {
  .accContents > div {
    padding: 0.3em 0.7em 1em 0.7em;
  }
}

.swiperIcon {
  display: none;
}

@media screen and (max-width: 800px) {
  .swiperIcon {
    display: block;
    position: absolute;
    left: 10%;
    top: 1%;
    animation: swiperIcon;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  @keyframes swiperIcon {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    100% {
      transform: translate(-100%, 0);
      opacity: 0;
    }
  }
}
.fvText span {
  font-size: 80%;
}

.newsWrap {
  position: relative;
  background: #000;
  border-bottom: 7px solid #ccc;
}
.newsWrap .swiper-button-next {
  color: #61d9ff;
}

.news {
  padding: 1em 0;
  border-radius: 17px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .news {
    padding: 1em 2em 1em 1em;
  }
}
.news img {
  margin-left: 1em;
}
.news * {
  font-size: 14px;
  color: #fff;
}
.news .wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .news .wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.news .wrap img {
  margin-left: 1em;
}
@media screen and (max-width: 800px) {
  .news .wrap img {
    margin-left: 0;
    padding-top: 0.7em;
  }
}
.news .date {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 80%;
}
@media screen and (max-width: 800px) {
  .news .date {
    margin-bottom: 0.3em;
  }
}
.news .date span {
  padding: 0.2em 0.6em;
  background: #c10e0e;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  margin-left: 0.7em;
}
.news .desc {
  font-size: 80%;
  line-height: 1.2;
}
.news .link a {
  color: #61d9ff;
}
@media screen and (max-width: 800px) {
  .news .link a {
    line-height: 1;
  }
}
.news img {
  max-width: 120px;
}

.itdPenTImg {
  border: 6px solid #f3f3f3;
  border-radius: 7px;
}

.planImg {
  position: relative;
}
.planImg div {
  position: absolute;
  left: 0.3em;
  bottom: 0.3em;
  border-radius: 7px;
  padding: 0 0.7em;
  font-size: 80%;
  font-weight: normal;
  border: 2px solid #fff;
}
.planImg.apex div {
  background: rgb(0, 93, 179);
  background: linear-gradient(45deg, rgb(0, 93, 179) 0%, rgb(0, 176, 190) 45%, rgb(114, 248, 255) 60%, rgb(0, 176, 190) 74%, rgb(0, 93, 179) 100%);
  color: #fff;
}
.planImg.gold div {
  background: rgb(213, 165, 0);
  background: linear-gradient(45deg, rgb(213, 165, 0) 0%, rgb(255, 198, 0) 100%);
  color: #fff;
}
.planImg.silver div {
  background: rgb(116, 116, 116);
  background: linear-gradient(45deg, rgb(116, 116, 116) 0%, rgb(159, 159, 159) 100%);
  color: #fff;
}
.planImg.brown div {
  background: rgb(158, 60, 0);
  background: linear-gradient(45deg, rgb(158, 60, 0) 0%, rgb(204, 78, 0) 100%);
  color: #fff;
}

.cv {
  padding-top: 7em;
  display: flex;
  justify-content: space-evenly;
}
.cv a {
  transition: 0.1s;
  font-size: 120%;
  padding: 1.3em 7em;
  border-radius: 7px;
  color: #fff;
  display: block;
  background: rgb(16, 60, 102);
  background: linear-gradient(90deg, rgb(16, 60, 102) 0%, rgb(0, 34, 51) 100%);
  box-shadow: 0 3px 0 0 rgb(0, 0, 0);
}
.cv a:hover {
  background: linear-gradient(90deg, rgb(0, 34, 51) 0%, rgb(16, 60, 102) 100%);
  box-shadow: 0 0 0 0 rgb(68, 99, 68);
  margin-top: 3px;
  margin-bottom: -3px;
}

.attack {
  display: flex;
  flex-wrap: wrap;
}
.attack .items {
  width: calc(33.33% - 40px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100px;
}
@media screen and (max-width: 800px) {
  .attack .items {
    width: 100%;
    margin-right: 0;
  }
  .attack .items:last-of-type {
    margin-bottom: 0;
  }
}
.attack .items:nth-of-type(3n) {
  margin-right: 0;
}
.attack .items > h4 {
  padding: 1em;
  font-size: 16px;
}
.attack .items > div {
  padding: 1em;
  background: rgba(226, 231, 235, 0.3411764706);
  border-radius: 3px;
}
.attack .items.attack1 {
  background-image: url(../img/icoAttack1.svg);
}
.attack .items.attack2 {
  background-image: url(../img/icoAttack2.svg);
}
.attack .items.attack3 {
  background-image: url(../img/icoAttack3.svg);
}
.attack .items.attack4 {
  background-image: url(../img/icoAttack4.svg);
}
.attack .items.attack5 {
  background-image: url(../img/icoAttack5.svg);
}
.attack .items.attack6 {
  background-image: url(../img/icoAttack6.svg);
}
.attack .items.attack7 {
  background-image: url(../img/icoAttack7.svg);
}
.attack .items.attack8 {
  background-image: url(../img/icoAttack8.svg);
}
.attack .items.attack9 {
  background-image: url(../img/icoAttack9.svg);
}

.formPrivacy {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
}
.formPrivacy .title {
  margin-bottom: 0.7em;
}
.formPrivacy p {
  margin-bottom: 0.7em;
}
.formPrivacy p:last-of-type {
  margin-bottom: 0;
}
.formPrivacy .submit {
  display: flex;
  justify-content: center;
}
.formPrivacy .body {
  width: 100%;
  height: 10em;
  overflow-y: scroll;
  padding: 0.7em;
  border: 1px solid #ccc;
  background: #fff;
}
.formPrivacy input[type=checkbox] {
  width: 23px;
  height: 23px;
  margin-right: 0.3em;
}
.formPrivacy .chkBox {
  margin-bottom: 0.7em;
  padding: 0.7em 0;
}
.formPrivacy .chkBox label {
  display: flex;
  justify-content: center;
}
.formPrivacy span.wpcf7-not-valid-tip {
  display: block;
}

.grecaptcha-badge {
  z-index: 10000;
}/*# sourceMappingURL=user.css.map */