@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");
* {
  box-sizing: border-box;
}

*::after, *::before {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a:link {
  color: #0a1ea7;
}

a:active {
  color: #0e2bf1;
}

a:visited {
  color: #941d55;
}

html,
body {
  color: #111;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.3vw;
  }
}

body {
  background: url(../img/bg_border.png);
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
    background-size: 27% auto;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

.page-enter,
.page-leave-to {
  opacity: 0;
}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.3s;
}

.layout-enter,
.layout-leave-active {
  opacity: 0;
}

.layout-enter-active,
.layout-leave-active {
  transition: opacity 0.6s;
}

@media screen and (max-width: 767px) {
  .pageshow .gNavi {
    transition: all 0.3s ease-in-out;
  }
}

body.recruit .l-header::before {
  opacity: 0;
}
body.scroll .l-header::before {
  opacity: 1;
}
body.scroll .l-footer .pagetop {
  opacity: 1;
  pointer-events: all;
  visibility: inherit;
}
body.menuOpen .l-header::before {
  opacity: 0 !important;
}
body.menuOpen .hmenu a {
  background-color: rgba(255, 255, 255, 0);
}
body.menuOpen .hmenu a::before {
  opacity: 0;
}
body.menuOpen .hmenu span::before, body.menuOpen .hmenu span::after {
  background: #111;
  width: 170%;
  left: -15%;
}
body.menuOpen .hmenu span::before {
  transform: translateY(-50%) translateX(-14%) rotate(45deg);
  top: 50%;
}
body.menuOpen .hmenu span::after {
  transform: translateY(50%) translateX(-14%) rotate(-45deg);
  bottom: 50%;
}
body.menuOpen .gNavi {
  visibility: inherit;
  opacity: 1;
}
body.home .l-main::before {
  display: none;
}

.l-main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main {
    min-width: 1200px;
  }
}

.bg-gray {
  background: #f6f8f8;
}

.bg-blue {
  background: #f1fbff;
}
.bg-blue.border {
  background: url(../img/bg_border-bl.png);
}
@media screen and (max-width: 767px) {
  .bg-blue.border {
    background-size: 27% auto;
  }
}

.anker {
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  top: -100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .anker {
    top: -5em;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9001;
}
.l-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.l-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  padding: 0 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header .inner {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .inner {
    height: 4em;
    padding: 0 2% 0 3%;
  }
}
.l-header .logo {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    padding: 0;
    width: 60%;
  }
}
.l-header .hmenu {
  margin-left: 40px;
}
.l-header .hmenu a {
  cursor: pointer;
  display: block;
  width: 59px;
  height: 59px;
  border-radius: 5000em;
  background: #00a9ea;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header .hmenu a {
    width: 3em;
    height: 3em;
  }
}
.l-header .hmenu a::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 44%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
}
.l-header .hmenu span {
  display: block;
  width: 44%;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-header .hmenu span {
    height: 0.7em;
  }
}
.l-header .hmenu span::before, .l-header .hmenu span::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.l-header .hmenu span::before {
  top: 0;
}
.l-header .hmenu span::after {
  bottom: 0;
}

.gNavi {
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .gNavi {
    position: fixed;
    top: 4em;
    left: 0;
    height: calc(100% - 4.2em);
    width: 100%;
    background: #fff1f1;
    opacity: 0;
    visibility: hidden;
    padding: 1.2em 4%;
    overflow: auto;
  }
}
.gNavi ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .gNavi ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .gNavi li {
    display: flex;
    align-items: center;
    margin-left: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .gNavi li {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff1f1;
  }
}
.gNavi a {
  color: #111;
  font-weight: bold;
  position: relative;
  padding: 0.2em 0.4em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .gNavi a {
    display: block;
    padding: 1.2em 1.2em;
    width: 85%;
  }
}
.gNavi a span {
  display: none;
}
.gNavi a::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00a9ea;
  transition: all 0.3s ease-in-out;
  max-width: 0;
}
.gNavi a.nuxt-link-active::after, .gNavi a.nuxt-link-exact-active::after {
  max-width: 8em;
}

.l-footer {
  position: relative;
  background: #f0f1f3;
}
@media screen and (min-width: 768px) {
  .l-footer {
    min-width: 1200px;
  }
}
.l-footer .copy {
  font-size: 12px;
  color: #5c5c5c;
  padding: 1.2em;
  border-top: 1px solid #e0e1e5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-top: 2em;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer .copy {
    margin-top: 4em;
    padding: 1.4em 8%;
    font-size: 75%;
    justify-content: flex-start;
    text-align: left;
  }
}
.l-footer .pagetop {
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .l-footer .pagetop {
    height: 12.5em;
    width: 3.5em;
  }
}
.l-footer .pagetop a {
  background-color: #009bd6;
  color: #fff;
  width: 60px;
  height: 100%;
  padding: 1.5em 1em;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .l-footer .pagetop a:hover span::before {
    transform: translateY(-0.5em);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .pagetop a {
    font-weight: bold;
    width: 100%;
    font-size: 75%;
    padding-bottom: 1em;
  }
}
.l-footer .pagetop span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.l-footer .pagetop span::before {
  content: "";
  display: block;
  width: 1.8em;
  height: 1em;
  background: url(../img/ico_chevron-t-wh.png) no-repeat 50% 50%/100% auto;
  margin-bottom: 1.5em;
  margin-right: -0.2em;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .l-footer .pagetop span::before {
    font-size: 90%;
  }
}

.contents-footer01 {
  background: url(../img/bg_footer.png) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .contents-footer01 {
    background: url(../img/bg_footer_sp.png) no-repeat 50% 50%/cover;
  }
}
.contents-footer01 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents-footer01 .inner {
    display: block;
  }
}
.contents-footer01 .fNavi {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contents-footer01 .fNavi {
    display: block;
  }
}
.contents-footer01 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents-footer01 ul {
    flex-wrap: wrap;
    padding: 2.3em 5% 2.3em 10%;
  }
}
.contents-footer01 ul li {
  margin: 0 1.8em;
}
@media screen and (max-width: 767px) {
  .contents-footer01 ul li {
    margin: 0.4em 0;
    width: 49%;
  }
}
.contents-footer01 ul a {
  color: #0089be;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents-footer01 ul a {
    font-size: 100%;
  }
}
.contents-footer01 ul a span {
  display: none;
}
.contents-footer01 ul a[target=_blank] {
  display: inline-flex;
  align-items: center;
}
.contents-footer01 ul a[target=_blank]::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/ico_blank.png) no-repeat 50% 50%/100% auto;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .contents-footer01 ul a[target=_blank]::after {
    font-size: 85%;
  }
}
.contents-footer01 .contact {
  background: #cee5ef;
  color: #204bb0;
  line-height: 1.4;
  width: 295px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.3em 1em 0 2em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents-footer01 .contact {
    background: url(../img/bg_footer02.png) no-repeat 50% 50%/cover;
    width: 100%;
    height: auto;
    font-size: 108%;
    align-items: center;
    text-align: left;
    padding: 1.4em 1em 1.4em 2em;
  }
}
.contents-footer01 .contact p {
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .contents-footer01 .contact p {
    padding-right: 3em;
    margin-bottom: 0.1em;
  }
}
.contents-footer01 .contact a {
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  color: #204bb0;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: lighter;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents-footer01 .contact a {
    font-size: 180%;
  }
}
.contents-footer01 .contact a::before {
  content: "";
  display: block;
  background: url(../img/ico_phone.png) no-repeat 50% 50%/100% auto;
  width: 1em;
  height: 1em;
  margin: -0.1em 0.3em 0 0;
}

.contents-footer02 .inner {
  padding: 0 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .inner {
    padding: 0;
  }
}
.contents-footer02 .fNavi02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.7em 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .fNavi02 {
    display: block;
    padding: 2em 0;
  }
}
.contents-footer02 .fNavi02 .pmark {
  margin-right: 1.8em;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .fNavi02 .pmark {
    margin: 0 auto 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents-footer02 .fNavi02 .pmark img {
    width: 6em;
    height: auto;
  }
}
.contents-footer02 .fNavi02 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .fNavi02 ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 8%;
  }
}
.contents-footer02 .fNavi02 ul li {
  margin-right: 2.5em;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .fNavi02 ul li {
    margin: 0.3em 0;
    width: 49%;
  }
}
.contents-footer02 .fNavi02 ul li:last-of-type {
  margin-right: 0;
}
.contents-footer02 .fNavi02 a {
  color: #6b6b6b;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .fNavi02 a {
    font-size: 85%;
  }
}
.contents-footer02 .company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .company {
    padding: 0 8%;
    display: block;
  }
}
.contents-footer02 .company h1,
.contents-footer02 .company address {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .company h1,
.contents-footer02 .company address {
    font-size: 78%;
  }
}
.contents-footer02 .company h1 {
  font-weight: bold;
}
.contents-footer02 .company address {
  font-style: normal;
}
.contents-footer02 .company address a {
  color: inherit;
}
.contents-footer02 .company .link {
  margin-left: 1.2em;
  flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .company .link {
    margin: 1em 0 0;
  }
}
.contents-footer02 .company .link a {
  font-size: 13px;
  letter-spacing: 0.08em;
  border: 1px solid #90b2cf;
  border-radius: 50em;
  color: #3169a6;
  width: 90px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .company .link a {
    font-size: 100%;
    width: 6em;
    height: 2.2em;
  }
}
.contents-footer02 .company .link a::before {
  content: "";
  display: block;
  width: 0.9em;
  height: 1.5em;
  background: url(../img/ico_marker.png) no-repeat 50% 50%/100% auto;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .contents-footer02 .company .link a::before {
    width: 0.7em;
    margin: -0.1em 0.35em 0 0;
  }
}

.en {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}

.subTitle01 {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .subTitle01 {
    margin-bottom: 3.5em;
  }
}
.subTitle01 span {
  display: flex;
  line-height: 1;
}
.subTitle01 .ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .subTitle01 .ja {
    font-size: 108%;
  }
}
.subTitle01 .ja::before {
  content: "";
  width: 90px;
  height: 1px;
  background: #c9c9c9;
  margin-right: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .subTitle01 .ja::before {
    width: 5em;
  }
}
.subTitle01 .en {
  font-size: 26px;
  font-weight: bold;
  color: #00a9ea;
}
@media screen and (max-width: 767px) {
  .subTitle01 .en {
    font-size: 160%;
  }
}
.subTitle01.white .ja,
.subTitle01.white .en {
  color: #fff;
}
.subTitle01.white .ja::before {
  background: #fff;
}

.subTitle02 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
.subTitle02 span {
  display: flex;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
}
.subTitle02 .ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .subTitle02 .ja {
    font-size: 108%;
    margin-bottom: 0.7em;
  }
}
.subTitle02 .ja::before, .subTitle02 .ja::after {
  content: "";
  display: block;
  height: 1px;
  background: #C9C9C9;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .subTitle02 .ja::before, .subTitle02 .ja::after {
    width: 5em;
  }
}
.subTitle02 .ja::before {
  margin-right: 1em;
}
.subTitle02 .ja::after {
  margin-left: 1em;
}
.subTitle02 .en {
  color: #00a9ea;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .subTitle02 .en {
    font-size: 150%;
    white-space: nowrap;
  }
}
.subTitle02.white {
  color: #fff;
}
.subTitle02.white .ja::before, .subTitle02.white .ja::after {
  background: #fff;
}
.subTitle02.white .en {
  color: #fff;
}

.subTitle03 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.2em;
  margin-bottom: 1.2em;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .subTitle03 {
    font-size: 108%;
    padding-bottom: 0.4em;
    margin-bottom: 1.2em;
  }
}
.subTitle03::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background: #00a9ea;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .subTitle03::after {
    width: 2em;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.no-js .anim {
  opacity: 1;
}

/* animate.css -http://daneden.me/animate  Version - 3.7.0  Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2018 Daniel Eden */
.js-show .anim-fadeInUp {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-in-out;
}
.js-show .anim-fadeIn {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.js-show .anim-fadeInLeft,
.js-show .anim-fadeInRight {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-in-out;
}
.js-show.anim-fadeIn {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.js-show .anim-slideIn::after {
  transform: translateY(100%);
}

.anim,
.hidden {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.no-js .anim {
  opacity: 1;
}
.no-js .subTitle01 .en {
  opacity: 1;
  transform: translateX(0);
}
.no-js .subTitle01 .ja span {
  height: auto;
  opacity: 0;
}
.no-js .subTitle01 .ja span::before {
  display: none;
}
.no-js .anim-fadeInUp {
  opacity: 1;
}
.no-js .anim-slideIn::after {
  transform: translateY(100%);
}

.anim-fadeInUp,
.anim-fadeInUp02 {
  opacity: 0;
  transform: translateY(1em);
}
.anim-fadeInUp.show,
.anim-fadeInUp02.show {
  opacity: 1;
}

.anim-fadeIn {
  opacity: 0;
}

.anim-fadeInLeft {
  opacity: 0;
  transform: translateX(-1em);
}

.anim-fadeInRight {
  opacity: 0;
  transform: translateX(1em);
}

.js-sliceMask,
.js-sliceMask02 {
  position: relative;
  overflow: hidden;
  display: block;
}
.js-sliceMask .sliceMask,
.js-sliceMask02 .sliceMask {
  width: 50.1%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background-color: #d50a16;
  z-index: 100;
}
.js-sliceMask .sliceMask:nth-child(1),
.js-sliceMask02 .sliceMask:nth-child(1) {
  left: 0;
}
.js-sliceMask .sliceMask:nth-child(2),
.js-sliceMask02 .sliceMask:nth-child(2) {
  left: 50%;
}
.js-sliceMask .sliceMask:nth-child(3),
.js-sliceMask02 .sliceMask:nth-child(3) {
  right: 0;
}
.js-sliceMask .sliceMask.anim-maskout,
.js-sliceMask02 .sliceMask.anim-maskout {
  -webkit-animation: maskOut cubic-bezier(0.54, 0, 0, 0.99) 1.2s forwards;
  animation: maskOut cubic-bezier(0.54, 0, 0, 0.99) 1.2s forwards;
}
.js-sliceMask .sliceMask.anim-maskout:nth-child(2),
.js-sliceMask02 .sliceMask.anim-maskout:nth-child(2) {
  animation-delay: 0.15s;
}
.js-sliceMask .sliceMask.anim-maskout:nth-child(3),
.js-sliceMask02 .sliceMask.anim-maskout:nth-child(3) {
  animation-delay: 0.3s;
}
.js-sliceMask .sliceMask.anim-maskout + img,
.js-sliceMask02 .sliceMask.anim-maskout + img {
  opacity: 1;
}
.js-sliceMask.black .sliceMask,
.js-sliceMask02.black .sliceMask {
  background-color: #000;
}

@-webkit-keyframes maskOut {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-101%);
  }
}
@keyframes maskOut {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-101%);
  }
}
.anim-slideIn {
  position: relative;
  overflow: hidden;
}
.anim-slideIn img {
  display: block;
}
.anim-slideIn::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.anim-slideIn.active::after {
  transform: translateY(100%);
}

.animated {
  animation: 0.5s ease forwards;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print) {
  .animated,
.anim-fadeInUp,
.anim-listFadeInUp,
.anim-fadeInUp02,
.slideIn,
.contents-mv .img,
.contents-mv picture,
.contents-mv img,
.contents-company01 .list li,
.contents-solutionBusiness01 .wrapper .img,
.contents-solutionBusiness01 .wrapper .text,
.contents-interview03 .inner .list li {
    opacity: 1 !important;
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1em, 0);
    transform: translate3d(0, 1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1em, 0);
    transform: translate3d(0, 1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.ico-circle {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 5000em;
  box-sizing: content-box;
  border: 15px solid #ccebf7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ico-circle {
    border-width: 1.1em;
  }
}
.ico-circle::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow-bl.png) no-repeat right 50%/auto 100%;
  width: 19px;
  height: 14px;
  margin-left: 1.1em;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .ico-circle::after {
    left: 0.2em;
    height: 1em;
    width: 1.4em;
    height: 1.2em;
  }
}
.ico-circle.blue {
  border-color: #ccebf7;
}
.ico-circle.blue::after {
  background: url(../img/ico_arrow-bl.png) no-repeat right 50%/auto 100%;
}
.ico-circle.white {
  border-color: #fff;
}
.ico-circle.white::after {
  background: url(../img/ico_arrow-bl.png) no-repeat right 50%/auto 100%;
  filter: brightness(0) invert(1);
}
.ico-circle.black {
  border-color: #111;
}
.ico-circle.black::after {
  background: url(../img/ico_arrow.png) no-repeat right 50%/auto 100%;
}
@media screen and (min-width: 768px) {
  .ico-circle:hover::after {
    width: 24px;
  }
}

.ico-blank {
  display: block;
  background: url(../img/ico_blank.png) no-repeat 50% 50%/100% auto;
  width: 1em;
  height: 1em;
}
.ico-blank.white {
  filter: brightness(0) invert(1);
}

.btn {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: inherit;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 100%;
  }
}

.btn-primary {
  width: 280px;
  height: 70px;
  border-radius: 7px;
  background: #f2f5f8;
  color: #181818;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    font-size: 85%;
    width: 22em;
    height: 5.5em;
    border-radius: 0.2em;
    padding-left: 2.5em;
  }
}
.btn-primary::before, .btn-primary::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-primary::before {
  background-color: #fff;
  width: 6px;
  height: 6px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5000em;
  box-sizing: content-box;
  border: 15px solid #181818;
}
@media screen and (max-width: 767px) {
  .btn-primary::before {
    width: 0.35em;
    height: 0.35em;
    border-width: 1.2em;
    left: 1em;
  }
}
.btn-primary::after {
  width: 2em;
  height: 14px;
  background: url(../img/ico_arrow.png) no-repeat right 50%/auto 100%;
  left: 43px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn-primary::after {
    left: 3em;
    height: 1em;
  }
}
@media screen and (min-width: 768px) {
  .btn-primary:hover::after {
    left: 48px;
  }
}

a.btn-primary {
  color: #181818;
}

a.btn-secondary {
  color: #111;
}

table {
  width: 100%;
  margin: 0 auto;
}

.tableStyle01 {
  background-color: #fff;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .tableStyle01 {
    max-width: 100%;
    font-size: 85%;
  }
}
.tableStyle01::before {
  content: "";
  display: block;
  height: 1px;
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00A9EA;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .tableStyle01::before {
    width: 21%;
  }
}
.tableStyle01::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .tableStyle01::after {
    width: 79%;
  }
}
.tableStyle01 th,
.tableStyle01 td {
  vertical-align: middle;
  text-align: left;
  padding: 1.55em 0.8em;
}
@media screen and (max-width: 767px) {
  .tableStyle01 th,
.tableStyle01 td {
    padding: 1.7em 0;
  }
}
.tableStyle01 th {
  border-bottom: 1px solid #00A9EA;
  width: 250px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .tableStyle01 th {
    width: 21%;
    padding-left: 0;
  }
}
.tableStyle01 td {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tableStyle01 td {
    padding-left: 0.5em;
  }
}
.tableStyle01 td a[href^="tel:"] {
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .tableStyle01 td a[href^="tel:"] {
    margin-right: 0.8em;
  }
}
.tableStyle01 td .list01 {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tableStyle01 td .list01 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle01 td .list01 li {
    width: 45%;
  }
  .tableStyle01 td .list01 li:nth-child(odd) {
    width: 55%;
  }
}

.tableStyle02 th,
.tableStyle02 td {
  padding: 0.6em 1.5em;
  text-align: left;
  border: 1px solid #d9d9d9;
}
.tableStyle02 th {
  background-color: #fafafa;
  font-weight: bold;
  width: 23%;
}

.tableStyle03 {
  border-top: 1px solid #cfcfcf;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .tableStyle03 {
    font-size: 90%;
  }
}
.tableStyle03 th,
.tableStyle03 td {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #cfcfcf;
  padding: 1.6em 1em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .tableStyle03 th,
.tableStyle03 td {
    padding: 1.4em 0;
  }
}
.tableStyle03 th {
  font-weight: normal;
  position: relative;
  width: 22.8%;
}
@media screen and (max-width: 767px) {
  .tableStyle03 th {
    width: 20%;
  }
}
.tableStyle03 th::after {
  content: "";
  background: #cfcfcf;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 34px);
}
@media screen and (max-width: 767px) {
  .tableStyle03 th::after {
    height: calc(100% - 1.2em);
  }
}
.tableStyle03 td {
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .tableStyle03 td {
    padding-left: 0.9em;
  }
}

.tableOverflow {
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tableOverflow {
    margin-right: -5%;
  }
  .tableOverflow::before {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 8em;
    height: 7.5em;
    background: url(../img/img_scroll.png) no-repeat 50% 50%/100% auto;
    animation: flash 1.5s linear infinite;
    pointer-events: none;
    z-index: 2000;
  }
}
@media screen and (max-width: 767px) {
  .tableOverflow table thead th {
    white-space: nowrap;
  }
}
.tableOverflow.touch::before {
  animation: flashEnd 0.5s linear forwards;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flashEnd {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.formFlow {
  text-align: center;
  margin: 2.5em 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .formFlow {
    padding: 0 5%;
    font-size: 100%;
    margin: 3em 0;
  }
  .formFlow img {
    width: auto;
    height: 3.5em;
  }
}
.formFlow li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #bfbfbf;
  margin-right: 7.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .formFlow li {
    margin-right: 6em;
  }
}
.formFlow li:nth-child(2)::after {
  left: 0;
}
.formFlow li:last-of-type {
  margin-right: 0;
}
.formFlow li:last-of-type::after {
  left: 0;
  width: 1em;
}
.formFlow li::before {
  content: "";
  box-sizing: content-box;
  background: #bfbfbf;
  border-radius: 500em;
  width: 15px;
  height: 15px;
  margin-bottom: 0.2em;
  position: relative;
  margin-top: -6.5px;
}
@media screen and (max-width: 767px) {
  .formFlow li::before {
    width: 0.8em;
    height: 0.8em;
    margin-top: -6px;
  }
}
.formFlow li::after {
  content: "";
  display: block;
  width: 530%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0.8em;
  background: #bfbfbf;
}
@media screen and (max-width: 767px) {
  .formFlow li::after {
    width: 400%;
  }
}
.formFlow .current {
  color: #3553c1;
  font-weight: bold;
}
.formFlow .current::before {
  background: #3553c1;
  z-index: 10;
}

.formWrapper {
  max-width: 825px;
  width: 100%;
  margin: 5.2em auto 0;
}
@media screen and (max-width: 767px) {
  .formWrapper {
    margin-top: 0;
  }
}
.formWrapper .formList:first-of-type {
  padding-top: 0;
}
.formWrapper .formList:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.formWrapper .formList .radioList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 108%;
}
@media screen and (max-width: 767px) {
  .formWrapper .formList .radioList {
    display: block;
  }
}
.formWrapper .formList .radioList li {
  min-width: 15%;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .formWrapper .formList .radioList li {
    margin: 0.5em 0;
  }
}
.formWrapper .formList .radioList label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.formWrapper .formList .radioList input {
  margin: 0 0.3em 0 0;
}
@media screen and (max-width: 767px) {
  .formWrapper .fText {
    font-size: 16px;
  }
}
.formWrapper .fRadio {
  width: 45%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .formWrapper .fRadio {
    width: 100%;
    font-size: 115%;
  }
}
.formWrapper .fRadio input {
  vertical-align: middle;
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .formWrapper .fRadio:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.formList {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 0.85em 0;
}
@media screen and (max-width: 767px) {
  .formList {
    display: block;
    padding: 0.25em 0;
  }
}
.formList dt {
  color: #333;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  width: 33.4%;
  flex-shrink: 0;
  font-size: 100%;
  line-height: 1.6;
  letter-spacing: normal;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .formList dt {
    width: auto;
    margin-bottom: 0.5em;
    font-size: 108%;
  }
}
.formList dt span {
  background-color: #efefef;
  color: #939393;
  font-size: 85%;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1em;
  font-weight: normal;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .formList dt span {
    margin-right: 0.8em;
  }
}
.formList dt .required {
  background-color: #e04f4f;
  color: #fff;
}
.formList dd {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formList dd {
    width: 100%;
  }
}
.formList dd.birthday {
  display: flex;
  width: 74.5%;
}
@media screen and (max-width: 767px) {
  .formList dd.birthday {
    width: 100%;
  }
}
.formList dd p.mail {
  font-size: 12px;
  margin: 0.8em 0;
}
@media screen and (max-width: 767px) {
  .formList dd p.mail {
    font-size: 92%;
    margin: 0.6em 0;
  }
}
@media screen and (min-width: 768px) {
  .formList.zip dd {
    display: flex;
    align-items: center;
  }
}
.formList.zip dd span {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0.8em;
}
@media screen and (max-width: 767px) {
  .formList.zip dd span {
    width: 120%;
    margin: 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .formList.zip dd p {
    font-size: 12px;
    margin-left: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .formList.zip dd p {
    font-size: 92%;
  }
}

.formPrivacy {
  text-align: center;
  padding: 3em 0 2.7em 0;
}
@media screen and (max-width: 767px) {
  .formPrivacy {
    font-size: 90%;
  }
}
.formPrivacy .checkBox {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .formPrivacy .checkBox {
    font-weight: bold;
  }
}
.formPrivacy p {
  margin-top: 0.3em;
}
.formPrivacy p a {
  text-decoration: underline;
  color: #508bd1;
  display: inline-block;
  margin-right: 4.5em;
}

.fText {
  font-family: inherit;
  border: 1px solid #efefef;
  background-color: #efefef;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 2px;
  font-size: 100%;
  padding: 0.65em 1.3em;
  width: 100%;
  min-height: 50px;
}
.fText:placeholder-shown {
  color: #939393;
}
.fText::-webkit-input-placeholder {
  color: #939393;
}
.fText:-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.fText::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.fText:-ms-input-placeholder {
  color: #939393;
}
@media screen and (max-width: 767px) {
  .fText {
    font-size: 16px;
    padding: 0.7em 1em;
  }
}
.fText + p {
  margin: 0.3em 0 0;
}
.fText.mail + p {
  margin: 0.3em 0 1.5em;
}
.fText.textarea {
  height: 14.5em;
  padding: 1.5em 2em;
}
@media screen and (max-width: 767px) {
  .fText.textarea {
    padding: 1.2em 1em;
    height: 14em;
  }
}
.fText .mailForm p {
  margin: 0.3em 0 1.5em;
}
.fText:placeholder-shown {
  font-size: 90%;
}
.fText::-webkit-input-placeholder {
  font-size: 90%;
}
.fText:-moz-placeholder {
  font-size: 90%;
}
.fText::-moz-placeholder {
  font-size: 90%;
}
.fText:-ms-input-placeholder {
  font-size: 90%;
}
.fText.fZip01 {
  width: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fText.fZip01 {
    width: 11.2rem;
  }
}
.fText.fZip02 {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fText.fZip02 {
    width: 12.5rem;
  }
}

label.error {
  color: #e00;
  border: 1px solid #e00;
  line-height: 1;
  padding: 0.3em 0.5em;
}

.formPrivacy {
  text-align: center;
  padding: 3.8em 0 2.7em 0;
}
@media screen and (max-width: 767px) {
  .formPrivacy {
    padding-top: 2em;
  }
}
.formPrivacy .checkBox {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .formPrivacy .checkBox {
    font-weight: bold;
  }
}
.formPrivacy p {
  margin-top: 0.1em;
}
.formPrivacy p a {
  text-decoration: underline;
  color: #508bd1;
  display: inline-block;
  margin-right: 4.5em;
}

textarea.fText {
  height: 232px;
}
@media screen and (max-width: 767px) {
  textarea.fText {
    height: 14em;
  }
}

.fCheckbox {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease-in;
}
.fCheckbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
}
.fCheckbox input:checked + i, .fCheckbox input:checked + .error + i {
  background-color: #3553c1;
  border-color: #3553c1;
}
.fCheckbox input:checked + i::before, .fCheckbox input:checked + i::after, .fCheckbox input:checked + .error + i::before, .fCheckbox input:checked + .error + i::after {
  box-shadow: 0 0 0 0.4px #fff;
}
.fCheckbox input:checked + i::before, .fCheckbox input:checked + .error + i::before {
  height: 60%;
  animation: animatetop 0.4s ease-in-out;
}
.fCheckbox input:checked + i::after, .fCheckbox input:checked + .error + i::after {
  height: 40%;
  animation: animatebottom 0.25s ease-in-out;
}
.fCheckbox i {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  background: #f4f4f4;
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  margin-right: 0.5em;
  pointer-events: none;
  position: relative;
  flex-shrink: 0;
}
.fCheckbox i::before, .fCheckbox i::after {
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #fff;
  display: inline-block;
  transform-origin: left top;
  border-radius: 4px;
  margin: 0 0 0 -5px;
  content: "";
}
.fCheckbox i::before {
  top: calc(50% + 7px);
  left: calc(50% + 4px);
  transform: rotate(-135deg);
}
.fCheckbox i::after {
  top: 50%;
  left: calc(50% - 3px);
  transform: rotate(-45deg);
}

@keyframes animatetop {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 8px;
  }
}
@keyframes animatebottom {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 8px/1.9;
  }
}
.radioBox {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10%;
  cursor: pointer;
}
.radioBox:last-of-type {
  margin-right: 0;
}
.radioBox input {
  padding: 0;
  margin-right: 0.3em;
  vertical-align: middle;
}

.fButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fButton {
    flex-direction: column;
    padding: 0 10%;
  }
}
.fButton button {
  -webkit-appearance: none;
}
.fButton button:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .fButton button:first-of-type {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.fButton button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .fButton button:last-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .fButton .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fButton .btn {
    font-size: 100%;
  }
  .fButton .btn span {
    letter-spacing: 0.05em;
  }
}
.fButton .btn-blue {
  font-size: 18px;
}
.fButton .btn-white {
  border: 1px solid #000;
  box-shadow: 0 5px 0 0 #d9e4e4;
}
.fButton .btn-back {
  border-bottom: 1px solid #111;
  padding-left: 0;
  padding-right: 0;
}
.fButton.vertical {
  flex-direction: column;
}
.fButton.vertical .btn + .btn {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .fButton.vertical .btn + .btn {
    margin-top: 1em;
  }
}

.fSelect {
  color: #333;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fSelect {
    width: 100%;
  }
}
.fSelect::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 1em;
  pointer-events: none;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 100;
}
.fSelect select {
  -webkit-appearance: none;
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  color: inherit;
  width: 340px;
  font-size: inherit;
  font-family: inherit;
  display: block;
  position: relative;
  padding: 1.2em 1em;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fSelect select {
    width: 100%;
    padding: 1em;
    font-size: 16px;
  }
}
.fSelect.fSelect-year, .fSelect.fSelect-month, .fSelect.fSelect-day {
  width: 27%;
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .fSelect.fSelect-year, .fSelect.fSelect-month, .fSelect.fSelect-day {
    width: 15em;
  }
}
@media screen and (max-width: 767px) {
  .fSelect.fSelect-year {
    width: 25em;
  }
}

.fSpam {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.contents-confirm,
.contents-complete {
  padding: 0 0 6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-confirm,
.contents-complete {
    padding-bottom: 3em;
  }
}
.contents-confirm .formWrapper,
.contents-complete .formWrapper {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 3em auto 2em;
  padding: 1.5em 0;
}
.contents-confirm .formList,
.contents-complete .formList {
  padding: 0.8em 0;
}
.contents-confirm .formList dd,
.contents-complete .formList dd {
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .contents-confirm .formList dd,
.contents-complete .formList dd {
    font-size: 108%;
  }
}
.contents-confirm .error_messe,
.contents-complete .error_messe {
  color: #e00;
}
.contents-confirm .lead,
.contents-complete .lead {
  text-align: center;
  margin-bottom: 2em;
}
.contents-confirm .inner,
.contents-complete .inner {
  max-width: 930px;
  width: 100%;
  padding: 1em 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-confirm .inner,
.contents-complete .inner {
    padding: 1.5em 4% 3em;
  }
}
.contents-confirm .fButton,
.contents-complete .fButton {
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .contents-confirm .fButton,
.contents-complete .fButton {
    text-align: center;
  }
}
.contents-confirm .thanks,
.contents-complete .thanks {
  line-height: 2.2;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .contents-confirm .thanks,
.contents-complete .thanks {
    text-align: center;
    margin-bottom: 1em;
  }
}

.btn-submit {
  background-color: #111;
  color: #fff;
  padding: 1.1em 1.8em;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .btn-submit {
    font-size: 120%;
    padding: 1.2em 2em;
  }
}
.btn-submit::after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #b9d445;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
}
.btn-submit::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: rgba(0, 40, 30, 0.15);
  position: absolute;
  left: 0;
  top: 100%;
}
.btn-submit span {
  display: inline-block;
  position: relative;
  z-index: 110;
  padding-right: 1.5em;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .btn-submit:hover {
    opacity: 1;
  }
  .btn-submit:hover::after {
    width: 100%;
  }
}

a.btn-submit {
  color: #fff;
}

.btn-back {
  font-family: inherit;
  border: none;
  color: #333;
  background: transparent;
}
.btn-back::before, .btn-back::after {
  content: "";
  display: none;
  height: calc(100% + 4px);
  width: 5px;
  position: absolute;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .btn-back::before, .btn-back::after {
    width: 0.5em;
    height: calc(100% + 0.5em);
    top: -0.25em;
  }
}
.btn-back::before {
  left: -3px;
}
@media screen and (max-width: 767px) {
  .btn-back::before {
    left: -0.25em;
  }
}
.btn-back::after {
  right: -3px;
}
@media screen and (max-width: 767px) {
  .btn-back::after {
    right: -0.25em;
  }
}
.btn-back span {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0.2em 0.5em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .btn-back span {
    font-size: 108%;
    letter-spacing: 0;
  }
}
.btn-back span::after {
  content: "";
  display: none;
  width: 3.5em;
  height: 6px;
  margin-left: auto;
  position: relative;
  transition: all 0.2s ease-in-out;
  left: 0;
}
@media screen and (max-width: 767px) {
  .btn-back span::after {
    height: 0.45em;
  }
}
@media screen and (min-width: 768px) {
  .btn-back:hover span::after {
    left: -0.5em;
  }
}

.fFile {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fFile {
    font-size: 95%;
  }
}
.fFile input {
  display: none;
}
@media screen and (max-width: 767px) {
  .fFile input {
    font-size: 16px;
  }
}
.fFile span {
  color: #4e93be;
  font-weight: bold;
  padding: 0.67em 2.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border-radius: 500em;
}
.fFile p {
  margin-left: 1em;
}
.fFile .fileText02 {
  color: #626262;
  font-size: 82%;
}
@media screen and (max-width: 767px) {
  .fFile .fileText02 {
    font-size: 75%;
  }
}
.fFile .fileText02 span {
  color: red;
}

.toggleMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.toggleMenu .img {
  width: 400px;
  flex-shrink: 0;
}
.toggleMenu .inner {
  width: calc(100% - 400px);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 130px 0 80px 140px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .toggleMenu .inner {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner {
    width: 100%;
    padding: 4em 0 4em 5%;
  }
}
.toggleMenu .inner::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(940px - 30%);
  height: calc(934px - 14%);
  pointer-events: none;
  background: url(../img/bg_mv.png) no-repeat 0 90%;
  right: 0;
  top: 0;
}
.toggleMenu .inner h1 {
  border-bottom: 1px solid #00a9ea;
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner h1 {
    padding-bottom: 0.5em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner h1 img {
    height: 2em;
    width: auto;
  }
}
.toggleMenu .inner div > ul {
  list-style: none;
}
.toggleMenu .inner div > ul > li {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  .toggleMenu .inner div > ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.toggleMenu .inner div > ul > li:last-of-type {
  margin-bottom: 0;
}
.toggleMenu .inner div > ul a {
  font-size: 20px;
  color: #111;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner div > ul a {
    font-size: 108%;
  }
}
.toggleMenu .inner div > ul a[target=_blank]::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/ico_blank.png) no-repeat 50% 50%/100% auto;
  margin-left: 0.5em;
  font-size: 85%;
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner div > ul a[target=_blank]::after {
    font-size: 85%;
  }
}
.toggleMenu .inner div > ul a span {
  color: #779ac8;
  font-size: 10px;
  margin-left: 2em;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
  left: calc(100% + 0.8em);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner div > ul a span {
    font-size: 60%;
    letter-spacing: 0.15em;
    left: calc(100% + 0.1em);
    margin-left: 1.5em;
  }
}
.toggleMenu .inner div > ul ul {
  list-style: none;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .toggleMenu .inner div > ul ul {
    padding-top: 0.3em;
    margin-left: 12em;
  }
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner div > ul ul {
    padding-top: 1.3em;
    padding-left: 2.5em;
  }
}
.toggleMenu .inner div > ul ul li {
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner div > ul ul li {
    margin-bottom: 0.7em;
  }
}
.toggleMenu .inner div > ul ul li:last-of-type {
  margin-bottom: 0;
}
.toggleMenu .inner div > ul ul a {
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toggleMenu .inner div > ul ul a {
    font-size: 92%;
  }
}
.toggleMenu .inner div > ul ul a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00a9ea;
  transition: all 0.3s ease-in-out;
  max-width: 0;
}
.toggleMenu .inner div > ul ul a.current::after, .toggleMenu .inner div > ul ul a.nuxt-link-exact-active::after {
  max-width: 8em;
}
.toggleMenu .sub {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10%;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .toggleMenu .sub {
    margin-top: 2.5em;
    padding: 0 2% 0 5%;
    justify-content: space-between;
  }
}
.toggleMenu .sub li {
  margin: 0.25em 0.3em 0.25em 0;
  width: 28%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .toggleMenu .sub li {
    width: 48%;
    margin: 0.1em 0 0.1em 0;
  }
}
.toggleMenu .sub a {
  color: #6b6b6b;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .toggleMenu .sub a {
    font-size: 75%;
  }
}
.toggleMenu[data-current=profile] .profile a::after {
  max-width: 8em;
}
.toggleMenu[data-current=message] .message a::after {
  max-width: 8em;
}
.toggleMenu[data-current=history] .history a::after {
  max-width: 8em;
}
.toggleMenu[data-current=access] .access a::after {
  max-width: 8em;
}

.menuOpen .toggleMenu {
  opacity: 1;
  visibility: inherit;
}
.menuOpen .l-header .logo {
  pointer-events: none;
}
.menuOpen .l-header .logo a {
  opacity: 0;
  visibility: hidden;
}
.menuOpen .l-header .gNavi {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.menuOpen .l-header::before {
  opacity: 0;
}

.contents-mv {
  position: relative;
  padding: 120px 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents-mv {
    padding-top: 4em;
  }
}
.contents-mv .inner {
  position: relative;
}
.contents-mv .inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 620px;
  height: 714px;
  pointer-events: none;
  background: url(../img/bg_mv.png) no-repeat 0 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .contents-mv .inner::before {
    width: 78%;
    height: 150%;
    top: 0;
    right: 0;
    background: url(../img/bg_mv_sp.png) no-repeat right top/100% auto;
    z-index: -1;
  }
}
.contents-mv .text {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 5em 90px;
}
@media screen and (max-width: 767px) {
  .contents-mv .text {
    padding: 0 0 0 4%;
    width: 100%;
  }
}
.contents-mv .text .title {
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  letter-spacing: 0.06em;
  min-width: 16em;
}
@media screen and (max-width: 767px) {
  .contents-mv .text .title {
    min-width: 11.5em;
  }
}
.contents-mv .text .title .en {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .contents-mv .text .title .en {
    font-size: 240%;
    margin-bottom: -0.05em;
  }
}
.contents-mv .text .title .ja {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .contents-mv .text .title .ja {
    font-size: 85%;
    margin-top: 0.3em;
  }
}
.contents-mv .img {
  position: relative;
  height: 496px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents-mv .img {
    height: 17.5em;
  }
}
.contents-mv .img .imgChild,
.contents-mv .img picture,
.contents-mv .img img {
  transform: scale(1.02);
  transition-duration: 0.6s;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  opacity: 0;
  justify-content: center;
}
.contents-mv.js-show .img picture,
.contents-mv.js-show .img img {
  transform: scale(1);
  opacity: 1;
}
.contents-mv.js-show .img img {
  transform: scale(1);
}
.contents-mv.blue .title {
  color: #111;
}
.contents-mv.blue .title .en {
  color: #00a9ea;
}
.contents-mv + section {
  position: relative;
  z-index: 2;
}

.pankz {
  font-size: 13px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #111;
  line-height: 1;
  padding: 0 30px;
  position: relative;
  z-index: 10;
  margin-top: -115px;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .pankz {
    padding: 0 2%;
    font-size: 72%;
    margin: -0.2em 0 0;
  }
}
.pankz li::after {
  content: ">";
  margin: 0 1.2em;
}
.pankz li:last-of-type::after {
  display: none;
}
.pankz li .link,
.pankz li a {
  color: #111;
}

.pageNavi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin-top: -4em;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pageNavi {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0 2.5em;
    padding: 0 6%;
  }
}
.pageNavi li {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pageNavi li {
    margin: 0.4em 0;
    width: 48.5%;
  }
}
.pageNavi a {
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #d5d4e5;
  height: 32px;
  min-width: 114px;
  padding: 0.2em 1em;
  border-radius: 500em;
}
@media screen and (max-width: 767px) {
  .pageNavi a {
    width: 100%;
    height: 2.8em;
    font-size: 100%;
  }
}
.pageNavi a.current, .pageNavi a.nuxt-link-exact-active {
  background-color: #00a9ea;
  border-color: #00a9ea;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pageNavi a.current, .pageNavi a.nuxt-link-exact-active {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .pageNavi.solution a {
    height: 3.7em;
    font-size: 78%;
    line-height: 1.4;
    text-align: center;
    padding: 0.2em 0.2em;
    white-space: nowrap;
  }
}

.home .l-header::before {
  opacity: 0;
}
.home .l-header .gNavi a {
  color: #fff;
}
.home.scroll .l-header::before {
  background-color: #fff;
  opacity: 1;
}
.home.scroll .l-header .gNavi a {
  color: #111;
}

.contents-top01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-top01 {
    overflow: hidden;
  }
}
.contents-top01::before, .contents-top01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.contents-top01::before {
  background: #fff url(../img/bg_border.png);
  width: 100%;
  height: 85%;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .contents-top01::before {
    height: 65%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
}
.contents-top01::after {
  height: 100%;
  background: #fff no-repeat 50% 50%;
  z-index: 9999;
  animation: fadeOut 0.5s ease-in-out forwards;
  pointer-events: none;
}
.contents-top01 .inner {
  position: relative;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .contents-top01 .inner {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .contents-top01 .inner {
    height: 100vh;
  }
}
.contents-top01 .tel {
  position: absolute;
  top: 130px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 8px solid #fff;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .contents-top01 .tel {
    border: none;
    left: 0;
    bottom: 100px;
    justify-content: flex-start;
    right: auto;
    top: auto;
  }
}
.contents-top01 .tel a {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, -apple-system, sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 73, 176, 0.7);
  width: 282px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .contents-top01 .tel a {
    font-size: 180%;
    padding: 0 0.5em;
    width: auto;
    height: 2.5em;
  }
}
.contents-top01 .tel a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_phone-wh.png) no-repeat 50% 50%/100% auto;
  margin-right: 0.3em;
}
.contents-top01 .text {
  padding-top: 11em;
  padding-left: 0;
  position: relative;
  margin-right: 822px;
  z-index: 100;
  overflow: hidden;
  width: calc(100% - 822px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .contents-top01 .text {
    width: 100%;
    position: absolute;
    left: 0;
    align-items: flex-start;
    top: 6em;
    margin: 0;
  }
}
.contents-top01 .text .en {
  margin-bottom: 1em;
}
.contents-top01 .text h1 {
  display: inline-flex;
  font-size: 33.7px;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 0.8em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents-top01 .text h1 {
    font-size: 160%;
    width: 80%;
    padding-left: 5%;
    padding-bottom: 0.6em;
  }
}
.contents-top01 .text h1::after {
  content: "";
  display: block;
  width: 300%;
  height: 1px;
  background: #00a9ea;
  right: 0;
  bottom: 0;
  position: absolute;
}
.contents-top01 .text h1 > span {
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  transform: translateX(-1em);
}
.contents-top01 .text h1 .blue {
  color: #00a9ea;
}
.contents-top01 .text p {
  transition: all 0.5s ease-in-out;
  transform: translateX(-1em);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contents-top01 .text p {
    font-size: 85%;
    padding-left: 5%;
  }
}
.contents-top01 .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70.7%;
  min-height: 100%;
  height: calc(100% + 90px);
}
@media screen and (max-width: 767px) {
  .contents-top01 .img {
    height: auto;
    min-height: inherit;
    width: 85.3%;
    top: 5%;
  }
}
.contents-top01 .img .slider {
  height: 100%;
  pointer-events: none;
}
.contents-top01 .img .swiper-container {
  height: 100%;
}
.contents-top01 .img .swiper-slide {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0 !important;
}
.contents-top01 .img .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  right: 840px;
  top: 200px;
  background: url(../../img/mv-text.png) no-repeat 50% 50%;
  width: 400px;
  height: 174px;
}
@media screen and (max-width: 767px) {
  .contents-top01 .img .swiper-slide::before {
    background: url(../../img/mv-text_sp.png) no-repeat 50% 50%/100% auto;
    width: 100%;
    height: 5.5em;
    right: 8.2%;
    top: 7.6em;
  }
}
.contents-top01 .img .swiper-slide picture,
.contents-top01 .img .swiper-slide img {
  display: block;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .contents-top01 .img .swiper-slide picture,
.contents-top01 .img .swiper-slide img {
    width: 100%;
  }
}
.contents-top01 .img .swiper-slide-active {
  opacity: 1 !important;
}
.contents-top01 .img .pagination {
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 245px;
  right: 29px;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .contents-top01 .img .pagination {
    right: 2em;
    top: auto;
    bottom: 115px;
    width: 5.5em;
    height: 5.5em;
    transform: translate(25%, 35%);
    z-index: 100;
  }
}
.contents-top01 .img .swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  pointer-events: none;
  opacity: 0;
}
.contents-top01 .img .swiper-pagination .swiper-pagination-current {
  font-size: 125%;
  margin-right: 0.1em;
}
.contents-top01 .img .swiper-pagination-circle,
.contents-top01 .img .swiper-pagination-circle2 {
  pointer-events: none;
}
.contents-top01 .img .swiper-pagination-circle svg,
.contents-top01 .img .swiper-pagination-circle2 svg {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .contents-top01 .img .swiper-pagination-circle svg,
.contents-top01 .img .swiper-pagination-circle2 svg {
    width: 100%;
  }
}
.contents-top01 .img .swiper-pagination-circle circle,
.contents-top01 .img .swiper-pagination-circle2 circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 308;
  stroke-dashoffset: 308;
}
.contents-top01 .img .swiper-pagination-circle.anim-start circle,
.contents-top01 .img .swiper-pagination-circle2.anim-start circle {
  animation: rotate-circle 4s ease-in-out forwards;
}
.contents-top01 .img .swiper-pagination-circle.anim-end circle,
.contents-top01 .img .swiper-pagination-circle2.anim-end circle {
  animation: rotate-circle-end 1s ease-in-out;
}
.contents-top01 .img .swiper-pagination-circle2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.contents-top01 .img .swiper-pagination-circle2 circle {
  stroke-dashoffset: 0 !important;
}
.contents-top01 .img .swiper-button-prev,
.contents-top01 .img .swiper-button-next {
  width: 9px;
  height: 17px;
  background: no-repeat 50% 50%/100% auto;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.contents-top01 .img .swiper-button-prev::after,
.contents-top01 .img .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .contents-top01 .img .swiper-button-prev:hover,
.contents-top01 .img .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.contents-top01 .img .swiper-button-prev {
  background-image: url(../img/ico_prev-wh.png);
  left: 28%;
  right: auto;
}
.contents-top01 .img .swiper-button-next {
  background-image: url(../img/ico_next-wh.png);
  right: 28%;
  left: auto;
}
.contents-top01 .news {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 790px;
  background: #fff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents-top01 .news {
    height: 100px;
    padding: 0;
    width: 100%;
  }
}
.contents-top01 .news h2 {
  flex-shrink: 0;
}
.contents-top01 .news h2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  color: #fff;
  width: 140px;
  height: 130px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-top01 .news h2 a {
    font-size: 92%;
    width: 5em;
    height: 100px;
  }
}
.contents-top01 .newsList {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contents-top01 .newsList .swiper-slide {
  padding: 1em 2.5em 1em 1.8em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList .swiper-slide {
    padding: 0.4em 3em 0.4em 1em;
  }
}
.contents-top01 .newsList time {
  display: block;
  margin-bottom: 2em;
  color: #747474;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList time {
    font-size: 85%;
    line-height: 1.4;
    margin-bottom: 1.2em;
  }
}
.contents-top01 .newsList time::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1em;
  background: #789691;
  width: 35px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList time::after {
    width: 2.5em;
    bottom: -0.7em;
  }
}
.contents-top01 .newsList p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList p {
    font-size: 85%;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.contents-top01 .newsList .navi {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList .navi {
    right: 2em;
  }
}
.contents-top01 .newsList .navi div {
  width: 14px;
  height: 8px;
  background: url(../img/ico_chevron.png) no-repeat 50% 50%/100% auto;
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList .navi div {
    width: 1.2em;
    height: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .contents-top01 .newsList .navi div:hover {
    opacity: 0.7;
  }
}
.contents-top01 .newsList .navi .news-prev {
  transform: rotate(180deg);
  top: 25%;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList .navi .news-prev {
    top: 8%;
  }
}
.contents-top01 .newsList .navi .news-next {
  bottom: 25%;
}
@media screen and (max-width: 767px) {
  .contents-top01 .newsList .navi .news-next {
    bottom: 8%;
  }
}
.contents-top01.js-show .text h1 > span {
  opacity: 1;
  transform: translateX(0);
}
.contents-top01.js-show .text p {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translateX(0);
}
.contents-top01 .scroll {
  position: absolute;
  left: 80px;
  bottom: 0;
  pointer-events: none;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.contents-top01 .scroll::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 60px;
}
.contents-top01 .scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -29.5px;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  background: #fff;
  transform: translateY(-60px) scale(0.1);
  opacity: 0;
  animation: scrollAnim 1.5s linear 0s infinite;
}
.contents-top01 .scroll span {
  color: #fff;
  position: absolute;
  bottom: 115%;
  left: 0;
  transform: translateX(-50%) rotate(-90deg);
  font-size: 70%;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .contents-top01 .scroll span {
    font-size: 65%;
  }
}
.contents-top01 .scroll i {
  content: "";
  border-radius: 5000em;
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fff;
  left: -3px;
  bottom: 0;
  z-index: 1000;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollAnim {
  0% {
    transform: translateY(-60px) scale(0.1);
    opacity: 0;
  }
  10% {
    transform: translateY(-60px) scale(0.1);
    opacity: 1;
  }
  34% {
    transform: translateY(-5px) scale(0.1);
  }
  35% {
    transform: scale(0.1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes rotate-circle {
  0% {
    stroke-dashoffset: 308;
  }
  1% {
    stroke-dashoffset: 308;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate-circle-end {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 308;
  }
}
.contents-top02 .inner {
  padding: 6em 90px 7em 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents-top02 .inner {
    display: block;
    padding: 4em 5% 4.5em;
  }
}
.contents-top02 .inner::before {
  content: "";
  display: block;
  background: url(../../img/01.png) repeat 50% bottom/100% auto;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents-top02 .inner::before {
    background: url(../../img/01_sp.png) repeat 50% bottom/100% auto;
  }
}
.contents-top02 .img {
  width: 540px;
  flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .contents-top02 .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.contents-top02 .text {
  width: 100%;
}
.contents-top02 .text .subTitle01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .contents-top02 .text .subTitle01 {
    margin-bottom: 1.8em;
  }
}
.contents-top02 .text h3 {
  font-size: 32px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .contents-top02 .text h3 {
    font-size: 140%;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .contents-top02 .text p {
    line-height: 2.1;
  }
}
.contents-top02 .link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .contents-top02 .link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.contents-top03 .inner {
  padding: 8.2em 0 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-top03 .inner {
    padding: 4em 0;
  }
}
.contents-top03 .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents-top03 .wrapper {
    flex-direction: column-reverse;
  }
}
.contents-top03 .wrapper .text {
  background-color: #fff;
  padding: 4.5em 35px 12em 120px;
  position: relative;
  margin-top: 120px;
  margin-right: -645px;
  width: 58.76%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contents-top03 .wrapper .text {
    margin: -6em 0 0;
    width: 94.66%;
    padding: 3.5em 2.5em 15em 2.5em;
  }
}
.contents-top03 .wrapper .text .subTitle01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .contents-top03 .wrapper .text .subTitle01 {
    margin-bottom: 2em;
  }
}
.contents-top03 .wrapper .text .link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .contents-top03 .wrapper .text .link {
    margin-top: 2.5em;
  }
}
.contents-top03 .wrapper .img {
  width: calc(100% - 120px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents-top03 .wrapper .img {
    width: 100%;
  }
}
.contents-top03 .wrapper .img picture,
.contents-top03 .wrapper .img img {
  display: block;
}
.contents-top03 .wrapper .img img {
  width: 100%;
}
.contents-top03 .list {
  list-style: none;
  margin-left: 120px;
  background: #00a9ea;
  display: flex;
  list-style: none;
  margin-top: -148px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contents-top03 .list {
    display: block;
    margin: -12em 0 0 auto;
    width: 94.66%;
    overflow: hidden;
  }
}
.contents-top03 .list li {
  flex: 1;
}
.contents-top03 .list li:nth-child(even) {
  background: #009bd6;
}
.contents-top03 .list a {
  color: #fff;
  display: flex;
  height: 295px;
  padding-bottom: 1.5em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-top03 .list a {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 0;
    height: 8em;
  }
}
@media screen and (min-width: 768px) {
  .contents-top03 .list a:hover .ico-circle::after {
    width: 24px;
  }
}
.contents-top03 .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7em;
  margin-top: -1.5em;
}
@media screen and (max-width: 767px) {
  .contents-top03 .list .img {
    margin-top: 0;
    height: auto;
    margin-right: 0;
    width: 6em;
  }
  .contents-top03 .list .img img {
    width: 4em;
  }
}
.contents-top03 .list .text h3 {
  font-size: 20px;
  margin-bottom: 0.2em;
  font-weight: bold;
  min-height: 2.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .contents-top03 .list .text h3 {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 110%;
    letter-spacing: -0.05em;
    min-height: 0.5em;
    margin-bottom: 0.5em;
  }
}
.contents-top03 .list .text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contents-top03 .list .text p {
    font-size: 85%;
  }
}
.contents-top03 .list i {
  position: absolute;
  left: 50%;
  bottom: 1em;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .contents-top03 .list i {
    left: auto;
    bottom: auto;
    right: 1.8em;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .contents-top04 {
    padding: 5em 0;
  }
}
.contents-top04 .inner {
  padding: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .contents-top04 .inner {
    padding: 0;
  }
}
.contents-top04 .list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents-top04 .list {
    display: block;
  }
}
.contents-top04 .list li {
  flex: 1;
  margin-left: -1px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents-top04 .list li {
    margin: 0 0 -1px;
  }
}
.contents-top04 .list a {
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 2em 3em;
}
@media screen and (max-width: 767px) {
  .contents-top04 .list a {
    height: 23.5em;
    padding: 2em 2em 3em;
  }
}
@media screen and (min-width: 768px) {
  .contents-top04 .list a:hover {
    opacity: 1;
  }
  .contents-top04 .list a:hover .img img {
    transform: scale(1.05) translate(-50%, -50%);
  }
  .contents-top04 .list a:hover::before {
    opacity: 1;
  }
}
.contents-top04 .list a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.contents-top04 .list .img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contents-top04 .list .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.contents-top04 .list .text {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contents-top04 .list .text {
    font-size: 92%;
  }
}
@media screen and (max-width: 767px) {
  .contents-top04 .list .subTitle02 {
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .contents-top04 .list .subTitle02 .ja {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-top04 .list .subTitle02 .en {
    font-size: 180%;
  }
}
.contents-top04 .list p {
  margin: 0.3em 0 1.5em;
}
@media screen and (min-width: 768px) {
  .contents-top04 .list p {
    min-height: 10em;
  }
}
@media screen and (max-width: 767px) {
  .contents-top04 .list p {
    margin-bottom: 2em;
  }
}
.contents-top04 .list .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -3em;
}
.contents-top04 .list .link .ico-blank {
  width: 2.4em;
  height: 2.4em;
}
@media screen and (max-width: 767px) {
  .contents-top04 .list .link .ico-circle {
    border-width: 1.3em;
  }
  .contents-top04 .list .link .ico-circle::after {
    left: 0.5em;
  }
}

.contents-company01 .inner {
  padding: 3em 0 4em;
}
@media screen and (max-width: 767px) {
  .contents-company01 .inner {
    padding: 2.5em 0 6em;
  }
}
.contents-company01 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-company01 ul {
    display: block;
    padding: 0 5%;
  }
}
.contents-company01 ul li {
  opacity: 0;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents-company01 ul li {
    width: 47.2%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contents-company01 ul li {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .contents-company01 ul li:last-of-type {
    margin-bottom: 0;
  }
}
.contents-company01 ul li:last-of-type::after {
  display: none;
}
.contents-company01 ul .img {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .contents-company01 ul .img {
    margin-bottom: 1.2em;
  }
}
.contents-company01 ul h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 0.1em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .contents-company01 ul h2 {
    font-size: 140%;
    padding-bottom: 0.2em;
    margin-bottom: 0.8em;
  }
}
.contents-company01 ul h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00a9ea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contents-company01 ul h2 .ja {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .contents-company01 ul h2 .ja {
    font-size: 100%;
  }
}
.contents-company01 ul h2 .en {
  font-size: 10px;
  color: #779ac8;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .contents-company01 ul h2 .en {
    font-size: 50%;
    letter-spacing: 0.05em;
  }
}
.contents-company01 ul p {
  min-height: 2em;
}
@media screen and (max-width: 767px) {
  .contents-company01 ul p {
    font-size: 92%;
  }
}
.contents-company01 ul .link {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .contents-company01 ul .link {
    margin-top: 1.2em;
    display: flex;
    justify-content: center;
  }
}

.contents-profile01 .inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-profile01 .inner {
    padding: 1em 5% 7em;
  }
}
.contents-profile01 .subTitle01 {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .contents-profile01 .subTitle01 {
    margin-bottom: 3.4em;
  }
}
@media screen and (min-width: 768px) {
  .contents-profile01 .tableStyle01 {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .contents-profile01 .tableStyle01 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .contents-profile01 .tableStyle01 th,
.contents-profile01 .tableStyle01 td {
    padding: 1.45em 0.8em;
  }
}
.contents-profile01 .tableStyle01 th {
  padding-left: 0;
}
.contents-profile01 .tableStyle01 p {
  margin-bottom: 1.8em;
}
.contents-profile01 .tableStyle01 p:last-of-type {
  margin-bottom: 0;
}
.contents-profile01 .tableStyle01 a {
  text-decoration: underline;
  color: #0089be;
}
.contents-profile01 .tableStyle01 a[href^="tel:"] {
  text-decoration: none;
  color: #111;
  margin-right: 0;
}

.contents-message01 .inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 5em 0 8em;
}
@media screen and (max-width: 767px) {
  .contents-message01 .inner {
    padding: 2em 0 5.5em;
  }
}
@media screen and (min-width: 768px) {
  .contents-message01 .subTitle01 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .contents-message01 .subTitle01 {
    padding-left: 5%;
  }
}
.contents-message01 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 0.5em;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .contents-message01 .wrapper {
    display: block;
    padding-left: 0;
  }
}
.contents-message01 .img {
  width: 540px;
  margin-left: 70px;
  flex-shrink: 0;
  max-width: 600px;
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .contents-message01 .img {
    width: 94.6%;
    margin-left: auto;
    margin-bottom: 1.8em;
  }
}
.contents-message01 .text {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .contents-message01 .text {
    padding: 0 5%;
  }
}
.contents-message01 .text h2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents-message01 .text h2 {
    font-size: 130%;
    line-height: 1.9;
    margin-bottom: 1.2em;
  }
}
.contents-message01 .text p {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contents-message01 .text p {
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .contents-message01 .text p {
    line-height: 2;
    margin-bottom: 1.5em;
  }
}
.contents-message01 .text p:last-of-type {
  margin-bottom: 0;
}
.contents-message01 .text .company {
  margin-top: 2em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contents-message01 .text .company {
    margin-top: 2.5em;
  }
}
.contents-message01 .text .company p {
  margin-bottom: 0;
}
.contents-message01 .text .ceo {
  display: flex;
  align-items: baseline;
  margin-top: 0.2em;
}
.contents-message01 .text .ceo img {
  height: 2em;
  margin-left: 0.7em;
  position: relative;
  bottom: -0.2em;
}

.contents-history01 .inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .inner {
    padding: 1em 5% 7em;
  }
}
@media screen and (min-width: 768px) {
  .contents-history01 .tableStyle01 {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 .tableStyle01 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .contents-history01 .tableStyle01 th,
.contents-history01 .tableStyle01 td {
    padding: 1.45em 0.8em;
  }
}
.contents-history01 .tableStyle01 th {
  color: #00A9EA;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents-history01 .tableStyle01 th {
    width: 25%;
    font-weight: bold;
  }
}

.contents-access01 .inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-access01 .inner {
    padding: 1em 0 4em;
  }
}
@media screen and (max-width: 767px) {
  .contents-access01 .subTitle01 {
    padding: 0 5%;
  }
}
.contents-access01 .map {
  max-width: 1120px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .contents-access01 .map {
    margin-bottom: 0;
  }
}
.contents-access01 .map iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .contents-access01 .map iframe {
    height: 28em;
  }
}
.contents-access01 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-access01 .wrapper {
    display: block;
    padding: 1em 5%;
  }
}
.contents-access01 .wrapper address {
  font-style: normal;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .contents-access01 .wrapper address {
    font-size: 85%;
  }
}
@media screen and (max-width: 767px) {
  .contents-access01 .link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contents-access01 .link span {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
.contents-access01 .link span::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_blank02.png) no-repeat 50% 50%/100% auto;
  flex-shrink: 0;
  margin-left: 0.6em;
}

.contents-margin01 .inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-margin01 .inner {
    padding: 1em 5% 5em;
  }
}
.contents-margin01 h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 2.2em;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-margin01 h3 {
    font-size: 135%;
    margin-top: -0.5em;
    margin-bottom: 1.8em;
    line-height: 1.8;
  }
}
.contents-margin01 h3 span {
  font-size: 24px;
  display: block;
  color: #0089BE;
}
@media screen and (max-width: 767px) {
  .contents-margin01 h3 span {
    font-size: 90%;
  }
}
@media screen and (min-width: 768px) {
  .contents-margin01 .tableStyle01 {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .contents-margin01 .tableStyle01 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .contents-margin01 .tableStyle01 th,
.contents-margin01 .tableStyle01 td {
    padding: 1.45em 0.8em;
  }
}
.contents-margin01 .tableStyle01 th {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .contents-margin01 .tableStyle01 th {
    width: 28%;
  }
}

.contents-origin01 .inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-origin01 .inner {
    padding: 1em 5% 5em;
  }
}
.contents-origin01 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contents-origin01 .wrapper {
    display: block;
    padding-top: 1em;
  }
}
.contents-origin01 .wrapper .img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .contents-origin01 .wrapper .img {
    width: 492px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .contents-origin01 .wrapper .img {
    padding: 0 6%;
    margin-bottom: 2em;
  }
}
.contents-origin01 .wrapper .text {
  width: 100%;
}
.contents-origin01 .wrapper .text h2 {
  font-size: 30px;
  line-height: 1.65;
  margin-bottom: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-origin01 .wrapper .text h2 {
    font-size: 140%;
  }
}
.contents-origin01 .wrapper .text p {
  margin-bottom: 2.3em;
}
.contents-origin01 .wrapper .text p:last-of-type {
  margin-bottom: 0;
}

.contents-covid01 {
  overflow: hidden;
}
.contents-covid01 .inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-covid01 .inner {
    padding: 1em 5% 7em;
  }
}
.contents-covid01 h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 2.6em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-covid01 h2 {
    font-size: 135%;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 2em;
  }
}
.contents-covid01 .list {
  list-style: none;
  counter-reset: cd-counter;
  max-width: 985px;
  margin: 0 auto;
}
.contents-covid01 .list li {
  margin-bottom: 2.8em;
  position: relative;
  padding-left: 78px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents-covid01 .list li {
    font-size: 100%;
    margin-bottom: 1.3em;
    padding-top: 0.6em;
    padding-left: 4em;
  }
}
.contents-covid01 .list li::before {
  content: "0" counter(cd-counter);
  counter-increment: cd-counter;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 5000em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #00A9EA;
  letter-spacing: 0.05em;
  padding-top: 0.1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents-covid01 .list li::before {
    font-size: 140%;
    width: 2.2em;
    height: 2.2em;
    letter-spacing: 0.06em;
    top: 0;
    transform: translateY(0);
  }
}
.contents-covid01 .list li:last-of-type {
  margin-bottom: 0;
}
.contents-Companypolicy {
  overflow: hidden;
}
.contents-Companypolicy.inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
.contents-Companypolicy.inner {
    padding: 1em 5% 7em;
  }
}
.contents-Companypolicy h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 2.6em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
 .contents-Companypolicy h2 {
    font-size: 135%;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 2em;
  }
}
.contents-Companypolicy.list {
  list-style: none;
  counter-reset: cd-counter;
  max-width: 985px;
  margin: 0 auto;
}
.contents-Companypolicy.list li {
  margin-bottom: 2.8em;
  position: relative;
  padding-left: 78px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
 .contents-Companypolicy.list li {
    font-size: 100%;
    margin-bottom: 1.3em;
    padding-top: 0.6em;
    padding-left: 4em;
  }
}
.contents-Companypolicy.list li::before {
  content: "0" counter(cd-counter);
  counter-increment: cd-counter;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 5000em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #00A9EA;
  letter-spacing: 0.05em;
  padding-top: 0.1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
 .contents-Companypolicy.list li::before {
    font-size: 140%;
    width: 2.2em;
    height: 2.2em;
    letter-spacing: 0.06em;
    top: 0;
    transform: translateY(0);
  }
}
.contents-Companypolicy.list li:last-of-type {
  margin-bottom: 0;
}


.contents-ManagementPhilosophy {
  overflow: hidden;
}
.contents-ManagementPhilosophy.inner {
  padding: 5em 90px 8.5em;
}
@media screen and (max-width: 767px) {
 .contents-ManagementPhilosophy.inner {
    padding: 1em 5% 7em;
  }
}
.contents-ManagementPhilosophy h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 2.6em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-ManagementPhilosophy {
    font-size: 135%;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 2em;
  }
}
.contents-ManagementPhilosophy.list {
  list-style: none;
  counter-reset: cd-counter;
  max-width: 985px;
  margin: 0 auto;
}
.contents-ManagementPhilosophy.list li {
  margin-bottom: 2.8em;
  position: relative;
  padding-left: 78px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents-ManagementPhilosophy.list li {
    font-size: 100%;
    margin-bottom: 1.3em;
    padding-top: 0.6em;
    padding-left: 4em;
  }
}
.contents-ManagementPhilosophy.list li::before {
  content: "0" counter(cd-counter);
  counter-increment: cd-counter;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 5000em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #00A9EA;
  letter-spacing: 0.05em;
  padding-top: 0.1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
 .contents-ManagementPhilosophy.list li::before {
    font-size: 140%;
    width: 2.2em;
    height: 2.2em;
    letter-spacing: 0.06em;
    top: 0;
    transform: translateY(0);
  }
}
.contents-ManagementPhilosophy.list li:last-of-type {
  margin-bottom: 0;
}
.contents-news01 .inner {
  position: relative;
  padding: 2em 90px 6em;
}
@media screen and (max-width: 767px) {
  .contents-news01 .inner {
    padding: 3.5em 5% 6em;
  }
}
@media screen and (min-width: 768px) {
  .contents-news01 .subTitle02 {
    margin-bottom: 5em;
  }
}
.contents-news01 ul {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 3.2em auto 2.5em;
}
@media screen and (max-width: 767px) {
  .contents-news01 ul {
    margin-top: 2.5em;
    margin-bottom: 2em;
  }
}
.contents-news01 li {
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-news01 li {
    display: block;
  }
}
.contents-news01 li:first-of-type {
  border-top: 1px solid #ccc;
}
.contents-news01 li:nth-child(n+6) {
  display: none;
  opacity: 0;
}
.contents-news01 li a,
.contents-news01 li .detail {
  display: flex;
  justify-content: flex-start;
  padding: 1.5em 2.5em;
}
@media screen and (max-width: 767px) {
  .contents-news01 li a,
.contents-news01 li .detail {
    padding: 1em 0;
    display: block;
  }
}
.contents-news01 time {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  letter-spacing: 0.03em;
  margin-right: 2.3em;
  font-size: 14px;
  color: #888;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-news01 time {
    font-size: 85%;
    padding-bottom: 0.5em;
    position: relative;
    margin-bottom: 0.7em;
  }
}
.contents-news01 time::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #00A9EA;
  margin-left: 2.3em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents-news01 time::after {
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-news01 time {
    display: block;
  }
  .contents-news01 time span {
    margin-bottom: 0.2em;
  }
  .contents-news01 time span:last-of-type {
    margin-bottom: 0;
  }
}
.contents-news01 time .day::before {
  content: ".";
}
.contents-news01 .year {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-top: -0.1em;
  margin-right: 2.5em;
}
.contents-news01 .detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-news01 .detail {
    line-height: 1.6;
    font-size: 92%;
  }
}
.contents-news01 .more {
  display: none;
  align-items: center;
  justify-content: center;
}
.contents-news01 .more a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.contents-news01 .more a.open i {
  transform: rotate(-90deg);
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.contents-news01 .more i {
  transform: rotate(90deg);
  margin-top: 0.1em;
  margin-bottom: 1.2em;
  transition: all 0.5s ease-in-out;
}
.contents-news01 .more.hide {
  display: none;
}

.newsWrapper.show li {
  display: flex;
}
.newsWrapper.show li:nth-child(n+6) {
  animation: newsfadeIn 0.5s linear 0s forwards;
}
.newsWrapper.show + .more a i {
  transform: rotate(-90deg);
  margin-top: 1em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .newsWrapper.show + .more a i {
    left: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .newsWrapper.show + .more a:hover::after {
    top: 2.5em;
  }
}

@keyframes newsfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contents-policy01 .inner {
  padding: 3.2em 90px 5em;
}
@media screen and (max-width: 767px) {
  .contents-policy01 .inner {
    padding: 2.5em 5%;
  }
}
.contents-policy01 .inner .lead {
  margin-bottom: 2em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contents-policy01 .inner .lead {
    font-size: 100%;
    margin-bottom: 2em;
  }
}
.contents-policy01 .inner > h3 {
  font-size: 16px;
  margin-top: 2.3em;
}
@media screen and (max-width: 767px) {
  .contents-policy01 .inner > h3 {
    font-size: 100%;
    margin-top: 2em;
  }
}
.contents-policy01 .inner > h3 + table {
  margin-top: 0.5em;
}
.contents-policy01 dl {
  margin-bottom: 1.8em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents-policy01 dl {
    margin-bottom: 2.3em;
  }
}
.contents-policy01 dl:last-of-type {
  margin-bottom: 0;
}
.contents-policy01 dl dt {
  color: #ab052d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents-policy01 dl dt {
    font-size: 100%;
    margin-bottom: 0.7em;
  }
}
.contents-policy01 dl dt.title {
  color: #111;
}
.contents-policy01 dl dd {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents-policy01 dl dd {
    font-size: 92%;
  }
}
.contents-policy01 .list03 {
  margin-bottom: 2.5em;
}
.contents-policy01 table {
  width: 100%;
  margin: 2.3em 0 3.1em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents-policy01 table {
    font-size: 92%;
    margin: 2em 0 3em;
  }
}
.contents-policy01 table th,
.contents-policy01 table td {
  border: 1px solid #dfdfdf;
  text-align: left;
  padding: 0.72em 1.2em;
}
@media screen and (max-width: 767px) {
  .contents-policy01 table th,
.contents-policy01 table td {
    padding: 1em 0.8em;
  }
}
.contents-policy01 table th {
  background-color: #f6f6f6;
  width: 14.3%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents-policy01 table th {
    width: 22%;
    vertical-align: middle;
  }
}
.contents-policy01 ol {
  list-style: none;
}
.contents-policy01 ol li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.contents-policy02 .inner {
  padding: 3.2em 90px 6em;
}
@media screen and (max-width: 767px) {
  .contents-policy02 .inner {
    padding: 2.5em 5% 4em;
  }
}
.contents-policy02 .lead {
  margin-bottom: 1.5em;
}
.contents-policy02 .list {
  counter-reset: policy-counter;
  list-style: none;
}
.contents-policy02 .list > li {
  margin-bottom: 1.6em;
  padding-left: 2em;
}
.contents-policy02 .list > li h2 {
  color: #0089BE;
  font-size: 18px;
  font-weight: bold;
  margin-left: -1.5em;
  margin-bottom: 0.15em;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .contents-policy02 .list > li h2 {
    font-size: 108%;
    line-height: 1.4;
    margin-bottom: 0.7em;
  }
}
.contents-policy02 .list > li h2::before {
  content: counter(policy-counter) "．";
  counter-increment: policy-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.contents-policy02 .list > li:last-of-type {
  margin-bottom: 0;
}
.contents-policy02 .list p {
  margin-bottom: 1.5em;
}
.contents-policy02 .list p:last-of-type {
  margin-bottom: 0;
}
.contents-policy02 .list ul {
  list-style: none;
}
.contents-policy02 .list ul li {
  text-indent: -3em;
  padding-left: 3em;
}
.contents-policy02 .enactment,
.contents-policy02 .contact {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .contents-policy02 .enactment,
.contents-policy02 .contact {
    margin-top: 1.5em;
  }
}
.contents-policy02 .enactment {
  width: max-content;
  margin-left: auto;
}

.contents-policy03 .inner {
  padding: 3.2em 90px 6em;
}
@media screen and (max-width: 767px) {
  .contents-policy03 .inner {
    padding: 2.5em 5%;
  }
}
.contents-policy03 .lead {
  margin-bottom: 1.5em;
}
.contents-policy03 h2 {
  color: #0089BE;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents-policy03 h2 {
    font-size: 108%;
  }
}
.contents-policy03 h2 + p {
  margin-bottom: 1.8em;
}
.contents-policy03 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents-policy03 h3 {
    font-size: 108%;
  }
}
.contents-policy03 h3 + p {
  margin-bottom: 1.8em;
}
.contents-policy03 .tableStyle02 {
  background: #fff;
  margin-bottom: 2em;
}
.contents-policy03 .tableStyle02 thead th {
  padding: 0.8em 0;
}
.contents-policy03 .tableStyle02 tbody td {
  padding: 0.8em 1.2em;
}
.contents-policy03 .tableStyle02 th,
.contents-policy03 .tableStyle02 td {
  vertical-align: middle;
}
.contents-policy03 .tableStyle02 th {
  text-align: center;
}
.contents-policy03 .tableStyle02.document thead th {
  width: 12%;
}
.contents-policy03 .tableStyle02.document thead th:nth-child(1) {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .contents-policy03 .tableStyle02.document thead th:nth-child(1) {
    width: 35%;
  }
}
.contents-policy03 .tableStyle02.document td {
  text-align: center;
}
.contents-policy03 .tableStyle02.document td:nth-child(1) {
  text-align: left;
}
.contents-policy03 ol {
  margin: 1em 0 1.8em 1.2em;
}
.contents-policy03 ol li {
  padding-left: 0.5em;
}
.contents-policy03 ol h3 {
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 0;
}
.contents-policy03 ol p {
  margin-bottom: 0;
}

.contents-policy04 .inner {
  padding: 3.2em 90px 6em;
}
@media screen and (max-width: 767px) {
  .contents-policy04 .inner {
    padding: 2.5em 5%;
  }
}
.contents-policy04 .lead {
  margin-bottom: 1.5em;
}
.contents-policy04 ol {
  margin-left: 1.2em;
  color: #0089BE;
  font-weight: bold;
}
.contents-policy04 ol li {
  margin-bottom: 2em;
}
.contents-policy04 ol h2 {
  color: #0089BE;
  font-size: 18px;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents-policy04 ol h2 {
    font-size: 108%;
    margin-bottom: 0.4em;
  }
}
.contents-policy04 ol p {
  color: #111;
  font-weight: normal;
}
.contents-policy04 .enactment {
  line-height: 1.8;
  width: max-content;
  margin-left: auto;
  letter-spacing: 0.05em;
}

.recruitMv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitMv {
    overflow: hidden;
  }
}
.recruitMv::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruitMv::before {
    height: 4em;
  }
}
.recruitMv::after {
  content: "";
  background: url(../../contents/recruit/img/bg_mv.png) no-repeat 50% 0/100% auto;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .recruitMv::after {
    background: #fff url(../../contents/recruit/img/bg_mv_sp.png) no-repeat 50% 0/100% auto;
    top: 4em;
    height: calc(100% - 4em);
  }
}
.recruitMv .inner {
  height: 900px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .recruitMv .inner {
    height: auto;
    flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.recruitMv .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 55px;
  margin: -30px -265px 0 0;
  position: relative;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruitMv .text {
    padding-left: 4%;
    position: absolute;
    left: 0;
    top: 8em;
  }
}
.recruitMv .text .en {
  opacity: 0;
  transform: translateX(-2em);
}
@media screen and (max-width: 767px) {
  .recruitMv .text .en {
    width: 95%;
  }
}
.recruitMv .text h1 {
  font-style: italic;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.8em;
  width: 100%;
  max-width: 671px;
  text-align: left;
  opacity: 0;
  transform: translateX(-1.5em);
}
@media screen and (max-width: 767px) {
  .recruitMv .text h1 {
    font-size: 120%;
    margin-top: 0.8em;
  }
}
.recruitMv .img {
  display: flex;
  align-items: flex-end;
  width: 836px;
  height: 900px;
  background: url(../../contents/recruit/img/bg_mv02.png) no-repeat 0 0/cover;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitMv .img {
    background: url(../../contents/recruit/img/bg_mv02_sp.png) no-repeat 0 0/100% 100%;
    width: 72%;
    height: 32em;
    margin-left: auto;
    top: 1em;
  }
}
.recruitMv .img::before {
  content: "";
  display: block;
  position: absolute;
  width: 918px;
  height: 982px;
  background: url(../../contents/recruit/img/bg_mv03.png) no-repeat 0 0;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruitMv .img::before {
    background: url(../../contents/recruit/img/bg_mv03_sp.png) no-repeat 0 0/100% 100%;
    width: 115%;
    height: 115%;
    top: -7.5%;
    justify-content: space-between;
  }
}
.recruitMv .img::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 763px;
  height: 339px;
  background: url(../../contents/recruit/img/mv-img.png) no-repeat 0 0/100% 100%;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .recruitMv .img::after {
    display: none;
  }
}
.recruitMv .img picture {
  display: block;
  position: relative;
  opacity: 0;
}
.recruitMv .img picture:nth-child(1) {
  top: -3px;
  margin-left: -43px;
  margin-right: -127px;
  z-index: 3;
  transform: translate(2em, 1em);
}
@media screen and (max-width: 767px) {
  .recruitMv .img picture:nth-child(1) {
    width: 20em;
    top: -0.97em;
    margin-left: -5.2em;
  }
}
.recruitMv .img picture:nth-child(2) {
  margin-right: -147px;
  z-index: 2;
  transform: translate(0.2em, 1em);
}
@media screen and (max-width: 767px) {
  .recruitMv .img picture:nth-child(2) {
    margin-right: -9.8em;
    margin-left: 4.4em;
    top: 0;
    width: 7.8em;
  }
}
.recruitMv .img picture:nth-child(3) {
  top: -16px;
  z-index: 1;
  transform: translate(0.2em, 1em);
}
@media screen and (max-width: 767px) {
  .recruitMv .img picture:nth-child(3) {
    width: 10.8em;
    top: 0.04em;
    right: -3em;
  }
}
.recruitMv.show .text .en {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transform: translateX(0);
}
.recruitMv.show .text h1 {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.1s;
  transform: translateX(0);
}
.recruitMv.show .img picture {
  opacity: 1;
  transition: all 0.6s ease-in-out;
  transform: translate(0);
}
.recruitMv.show .img picture:nth-child(1) {
  transition-delay: 1s;
}
.recruitMv.show .img picture:nth-child(2) {
  transition-delay: 1.1s;
}
.recruitMv.show .img picture:nth-child(3) {
  transition-delay: 1.3s;
}

.contents-recruit01 {
  position: relative;
}
.contents-recruit01 .inner {
  color: #fff;
  background: url(../../contents/recruit/img/18.png) no-repeat 50% 0/cover;
}
@media screen and (min-width: 768px) {
  .contents-recruit01 .inner {
    margin-top: -340px;
    padding: 0 90px 60px 120px;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit01 .inner {
    margin-top: -19.5em;
    padding: 5em 4% 3em;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit01 .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit01 .wrapper {
    padding-top: 12em;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit01 .img {
    width: 400px;
    flex-shrink: 0;
    margin-right: 68px;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit01 .img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13%;
  }
  .contents-recruit01 .img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit01 .text {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit01 .text {
    margin-bottom: 2em;
  }
}
.contents-recruit01 .text .subTitle01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .contents-recruit01 .text .subTitle01 {
    margin-bottom: 2em;
  }
}
.contents-recruit01 .text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .contents-recruit01 .text h3 {
    font-size: 135%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit01 .text div {
    font-weight: bold;
    font-size: 18px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit01 .text div {
    font-size: 95%;
  }
}

.contents-recruit02 .inner {
  background: #fff url(../../contents/recruit/img/16.png) no-repeat 50% 50%/cover;
  padding: 6.5em 0 5.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .inner {
    background: #fff url(../../contents/recruit/img/16_sp.png) no-repeat 50% 50%/cover;
    padding: 5em 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit02 .subTitle02 {
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .subTitle02 {
    magin-bottom: 2em;
  }
}
.contents-recruit02 .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .link {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit02 .link .btn {
    font-size: 15px;
  }
}
.contents-recruit02 .slider {
  position: relative;
  overflow: hidden;
}
.contents-recruit02 .swiper-container {
  padding: 0 4%;
}
.contents-recruit02 .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  height: 465px;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide {
    height: auto;
  }
}
.contents-recruit02 .swiper-slide a {
  color: #111;
  display: block;
  position: relative;
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide a {
    width: 20em;
  }
}
.contents-recruit02 .swiper-slide .img {
  display: block;
  padding-left: 25px;
  position: relative;
  z-index: 2;
  padding-bottom: 0.7em;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide .img {
    padding-left: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contents-recruit02 .swiper-slide .img img {
  height: 433px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide .img img {
    height: 24em;
  }
}
.contents-recruit02 .swiper-slide .text {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.6;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide .text {
    position: static;
    text-align: center;
    padding-top: 0.5em;
  }
}
.contents-recruit02 .swiper-slide .text .join {
  font-size: 14px;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide .text .join {
    font-size: 85%;
  }
}
.contents-recruit02 .swiper-slide .text .name {
  font-size: 23px;
  padding-top: 0.5em;
  border-top: 1px solid #00A9EA;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide .text .name {
    font-size: 150%;
  }
}
.contents-recruit02 .swiper-slide .text .attr {
  display: flex;
  justify-content: flex-end;
  color: #779AC8;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide .text .attr {
    font-weight: normal;
    justify-content: center;
    font-size: 85%;
  }
}
.contents-recruit02 .swiper-slide .text .attr span {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-slide .text .attr .old {
    margin-left: 0;
  }
}
.contents-recruit02 .swiper-button-prev,
.contents-recruit02 .swiper-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 100%;
  background: no-repeat 50% 50%/100% auto;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .contents-recruit02 .swiper-button-prev,
.contents-recruit02 .swiper-button-next {
    width: 4em;
    height: 4em;
  }
}
.contents-recruit02 .swiper-button-prev::after,
.contents-recruit02 .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .contents-recruit02 .swiper-button-prev:hover,
.contents-recruit02 .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.contents-recruit02 .swiper-button-prev {
  background-image: url(../img/btn_prev.png);
  left: 0;
}
.contents-recruit02 .swiper-button-next {
  background-image: url(../img/btn_next.png);
  right: 0;
}
.interviewList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .interviewList {
    justify-content: space-between;
  }
}
.interviewList li {
  width: 27%;
  margin: 0 9% 4em 0;
}
@media screen and (max-width: 767px) {
  .interviewList li {
    width: 47.5%;
    margin: 0 0 3em;
  }
}
@media screen and (min-width: 768px) {
  .interviewList li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.interviewList a {
  color: #111;
  display: block;
  position: relative;
}
.interviewList .img {
  display: block;
  padding-left: 25px;
  position: relative;
  z-index: 2;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .interviewList .img {
    padding: 0 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.interviewList .img img {
  height: 433px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .interviewList .img img {
    height: 20em;
  }
}
.interviewList .text {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.6;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .interviewList .text {
    position: static;
    text-align: center;
  }
}
.interviewList .text .join {
  font-size: 14px;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .interviewList .text .join {
    font-size: 85%;
    margin-bottom: 0.3em;
  }
}
.interviewList .text .name {
  font-size: 23px;
  padding-top: 0.5em;
  border-top: 1px solid #00A9EA;
}
@media screen and (max-width: 767px) {
  .interviewList .text .name {
    font-size: 140%;
    padding-top: 0.4em;
  }
}
.interviewList .text .attr {
  display: flex;
  justify-content: flex-end;
  color: #779AC8;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .interviewList .text .attr {
    font-size: 85%;
    font-weight: normal;
    justify-content: center;
    text-align: center;
  }
}
.interviewList .text .attr span {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .interviewList .text .attr .old {
    margin-left: 0;
  }
}

.contents-recruit03 .inner {
  padding: 6.5em 90px 7.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .inner {
    padding: 4.5em 5% 6em;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit03 .subTitle02 {
    margin-bottom: 3.8em;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .subTitle02 {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .subTitle02 .ja {
    letter-spacing: -0.03em;
  }
  .contents-recruit03 .subTitle02 .ja::before, .contents-recruit03 .subTitle02 .ja::after {
    width: 3em;
  }
}
.contents-recruit03 .list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contents-recruit03 .list li {
    width: 31.42%;
    height: 335px;
    margin-top: 2em;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list li {
    width: 48.2%;
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit03 .list li:nth-child(1), .contents-recruit03 .list li:nth-child(2), .contents-recruit03 .list li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list li:nth-child(1), .contents-recruit03 .list li:nth-child(2) {
    margin-top: 0;
  }
}
.contents-recruit03 .list h3 {
  color: #fff;
  background: #0089BE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  height: 60px;
  margin-bottom: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list h3 {
    font-size: 100%;
    height: 3em;
  }
}
.contents-recruit03 .list .wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
}
.contents-recruit03 .list .img {
  flex-shrink: 0;
}
.contents-recruit03 .list .text {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .text {
    font-size: 150%;
  }
}
.contents-recruit03 .list .list0 .wrapper {
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 12%;
  height: auto;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list0 .wrapper {
    padding: 0 0 0 5%;
    margin-top: 0.8em;
  }
}
.contents-recruit03 .list .list0 .wrapper .img,
.contents-recruit03 .list .list0 .wrapper .text {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list0 .wrapper .img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list0 .wrapper .text {
    padding-bottom: 0.2em;
  }
}
.contents-recruit03 .list .list1 .wrapper {
  align-items: center;
  flex-direction: column;
}
.contents-recruit03 .list .list1 .img {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list1 .img {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit03 .list .list1 .text {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list1 .text {
    padding-bottom: 0.8em;
  }
}
.contents-recruit03 .list .list2 .wrapper {
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list2 .wrapper {
    padding: 1em 0 1em 5%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list2 .img {
    width: 45%;
  }
}
.contents-recruit03 .list .list2 .text {
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list2 .text {
    align-items: flex-start;
    padding-top: 3.5em;
  }
}
.contents-recruit03 .list .list2 .text .num {
  display: inline-block;
  min-width: 1.25em;
  text-align: right;
}
.contents-recruit03 .list .list3 .wrapper {
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list3 .wrapper {
    padding-bottom: 1em;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list3 .img {
    padding: 0 17%;
  }
}
.contents-recruit03 .list .list3 .text {
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list3 .text {
    margin-top: -0.8em;
  }
}
.contents-recruit03 .list .list3 .num {
  display: inline-block;
  min-width: 1.25em;
  text-align: right;
}
.contents-recruit03 .list .list4 .wrapper {
  align-items: flex-end;
  position: relative;
  height: calc(100% - 0.5em);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .img {
    width: 98%;
  }
}
.contents-recruit03 .list .list4 .img picture,
.contents-recruit03 .list .list4 .img img {
  max-width: 100%;
}
.contents-recruit03 .list .list4 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.contents-recruit03 .list .list4 .text p {
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0 4.5% 0 4.5%;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .text p {
    font-size: 50%;
    padding: 0 2% 0 2.5%;
  }
}
.contents-recruit03 .list .list4 .text p > span {
  display: flex;
  align-items: baseline;
  padding-left: 0.5em;
}
.contents-recruit03 .list .list4 .text p > span:nth-child(1) {
  padding-left: 0;
  padding-bottom: 2.9em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .text p > span:nth-child(1) {
    padding-bottom: 2.7em;
  }
}
.contents-recruit03 .list .list4 .text p > span:nth-child(2) {
  padding-bottom: 6.7em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .text p > span:nth-child(2) {
    padding-bottom: 5.9em;
    margin-left: 2%;
  }
}
.contents-recruit03 .list .list4 .text p > span:nth-child(3) {
  padding-bottom: 9.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .text p > span:nth-child(3) {
    padding-bottom: 8.2em;
  }
}
.contents-recruit03 .list .list4 .text p > span:nth-child(4) {
  padding-bottom: 7.3em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .text p > span:nth-child(4) {
    padding-bottom: 6.5em;
  }
}
.contents-recruit03 .list .list4 .text p > span:nth-child(5) {
  padding-bottom: 3.8em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .text p > span:nth-child(5) {
    padding-bottom: 3.5em;
  }
}
.contents-recruit03 .list .list4 .text p .num {
  font-size: 30px;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list4 .text p .num {
    font-size: 130%;
  }
}
.contents-recruit03 .list .list5 .wrapper {
  flex-direction: row-reverse;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list5 .wrapper {
    align-items: center;
    height: auto;
    padding-top: 1.2em;
    padding-bottom: 0.7em;
  }
}
.contents-recruit03 .list .list5 .text {
  font-size: 20px;
  line-height: 2.2;
  margin-left: -2%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list5 .text {
    font-size: 75%;
    line-height: 1.8;
    margin-right: auto;
    margin-left: 3%;
  }
}
.contents-recruit03 .list .list5 .text span span {
  color: #00a9ea;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .list5 .img {
    width: 43%;
    position: absolute;
    right: 7%;
    bottom: 0;
  }
}
.contents-recruit03 .list .num {
  font-family: "Poppins", sans-serif;
  color: #0089BE;
  font-size: 110px;
  font-weight: bold;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .contents-recruit03 .list .num {
    font-size: 240%;
  }
}

.contents-recruit04 .inner {
  padding: 7em 90px 5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit04 .inner {
    padding: 5em 4% 4em;
  }
}
@media screen and (min-width: 768px) {
  .contents-recruit04 .subTitle02 {
    margin-bottom: 5em;
  }
}
.contents-recruit04 .none {
  text-align: center;
  padding: 1em 0 3em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents-recruit04 .none {
    text-align: left;
    font-size: 95%;
    letter-spacing: -0.03em;
  }
}
.contents-recruit04 .recruitLists {
  margin-bottom: 2em;
}
.contents-recruit04 .recruitLists + .recruitLists {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit04 .recruitLists th {
    min-width: 6.8em;
  }
}
.contents-recruit04 h3 {
  font-size: 140%;
  margin-bottom: 1em;
}
.contents-recruit04 .link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-delay: 0.4s;
}

.contents-recruit05 .inner {
  padding: 7.5em 90px 6.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 .inner {
    padding: 4.5em 5%;
  }
}
.contents-recruit05 .subTitle02 {
  margin-bottom: 4.3em;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 .subTitle02 {
    margin-bottom: 2.5em;
  }
}
.contents-recruit05 ol {
  list-style: none;
  max-width: 1000px;
  margin: 2.2em auto 1.5em;
}
.contents-recruit05 ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  text-align: left;
  position: relative;
}
.contents-recruit05 ol li:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c5c5c5;
  top: 0;
  left: 0;
}
.contents-recruit05 ol li:nth-child(1) {
  transition-delay: 0.2s;
}
.contents-recruit05 ol li:nth-child(2) {
  transition-delay: 0.4s;
}
.contents-recruit05 ol li:nth-child(3) {
  transition-delay: 0.6s;
}
.contents-recruit05 ol li:nth-child(4) {
  transition-delay: 0.8s;
}
.contents-recruit05 ol li:nth-child(5) {
  transition-delay: 1s;
}
.contents-recruit05 ol .step {
  margin-right: 30px;
  padding-top: 19.5px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 ol .step {
    width: 17.9%;
    margin-right: 4%;
    padding-top: 0.8em;
  }
}
.contents-recruit05 ol .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 ol .text {
    display: block;
  }
}
.contents-recruit05 ol .text h3 {
  font-size: 20px;
  color: #0089BE;
  min-width: 45%;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 ol .text h3 {
    font-size: 100%;
  }
}
.contents-recruit05 ol .text p {
  width: 70%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 ol .text p {
    width: 100%;
    font-size: 80%;
    margin-top: 0.3em;
  }
}
.contents-recruit05 ol .img {
  width: 180px;
  flex-shrink: 0;
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 ol .img {
    width: 16.4%;
  }
}
.contents-recruit05 ol .img img {
  width: 111px;
}
@media screen and (max-width: 767px) {
  .contents-recruit05 ol .img img {
    width: 100%;
  }
}
.contents-recruit05 .link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-delay: 1s;
}

.contents-recruit06 .inner {
  padding: 6.8em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit06 .inner {
    padding: 4.5em 5%;
  }
}
.contents-recruit06 .subTitle02 {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .contents-recruit06 .subTitle02 {
    margin-bottom: 2em;
  }
}
.contents-recruit06 ul {
  list-style: none;
  max-width: 1000px;
  margin: 2.2em auto 1.5em;
}
.contents-recruit06 ul li {
  background: #F1FBFF;
  margin-bottom: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .contents-recruit06 ul li {
    border-radius: 0.3em;
    margin-bottom: 1em;
  }
}
.contents-recruit06 ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.contents-recruit06 ul li:nth-child(2) {
  transition-delay: 0.4s;
}
.contents-recruit06 ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.contents-recruit06 ul li:nth-child(4) {
  transition-delay: 0.8s;
}
.contents-recruit06 ul li:nth-child(5) {
  transition-delay: 1s;
}
.contents-recruit06 ul h3 {
  position: relative;
}
.contents-recruit06 ul h3::before {
  content: "Q";
  color: #0089BE;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  left: 65px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents-recruit06 ul h3::before {
    font-size: 140%;
    left: 0.9em;
    top: 0.6em;
    transform: translateY(0);
  }
}
.contents-recruit06 ul h3 span {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 1.75em 30px 1.75em 110px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contents-recruit06 ul h3 span {
    font-size: 100%;
    line-height: 1.7;
    padding: 1.3em 3em 1.3em 3em;
  }
}
.contents-recruit06 ul h3 i {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents-recruit06 ul h3 i {
    width: 1.4em;
    height: 1.4em;
    right: 0.8em;
  }
}
.contents-recruit06 ul h3 i::before, .contents-recruit06 ul h3 i::after {
  content: "";
  display: block;
  background: #06397D;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.contents-recruit06 ul h3 i::before {
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contents-recruit06 ul h3 i::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contents-recruit06 ul h3.on i::after {
  transform: translateX(-50%) rotate(90deg);
}
.contents-recruit06 ul .detail {
  padding: 0 30px 1.5em 110px;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .contents-recruit06 ul .detail {
    padding: 0 1.2em 1.5em 1.2em;
  }
}

.contents-interview01 .inner {
  padding: 2.5em 90px 5em;
}
@media screen and (max-width: 767px) {
  .contents-interview01 .inner {
    padding: 3em 5% 3em;
  }
}
.contents-interview01 h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .contents-interview01 h2 {
    font-size: 140%;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
.contents-interview01 .lead {
  text-align: center;
  margin-bottom: 4.8em;
}
@media screen and (min-width: 768px) {
  .contents-interview01 .lead {
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .contents-interview01 .lead {
    margin-bottom: 3em;
  }
}

.contents-interview02 {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .contents-interview02 {
    padding-top: 4em;
  }
}
.contents-interview02 .inner {
  position: relative;
}
.contents-interview02 .inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 620px;
  height: 714px;
  pointer-events: none;
  background: url(../img/bg_mv.png) no-repeat 0 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .inner::before {
    width: 78%;
    height: 150%;
    top: 0;
    right: 0;
    background: url(../img/bg_mv_sp.png) no-repeat right top/100% auto;
  }
}
.contents-interview02 .wrapper {
  background: url(../../contents/recruit/img/interview/mv02.png) no-repeat 100% 0/100% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 90px;
  height: 496px;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .contents-interview02 .wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-position: 37% 0;
    background-size: 200% 100%;
    padding-left: 2%;
    height: 16em;
  }
}
.contents-interview02 .wrapper .img {
  flex-shrink: 0;
  margin-top: auto;
  margin-right: 85px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .img {
    margin-right: -3%;
    padding-top: 1em;
    width: 48%;
  }
}
.contents-interview02 .wrapper .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .img.p01 {
    width: 52%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .img.p02 {
    padding: 1em 10% 0 2%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .img.p03 {
    width: 46%;
    margin-left: -2%;
  }
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .img.p04 {
    width: 38%;
    padding-left: 2.5%;
  }
}
.contents-interview02 .wrapper .text {
  width: 62%;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 3.5em;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .text {
    padding-bottom: 1em;
    margin-left: -1em;
    width: 55%;
  }
}
.contents-interview02 .wrapper .comment {
  margin-bottom: 3em;
  line-height: 1.4;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .comment {
    margin-bottom: 1.2em;
  }
}
.contents-interview02 .wrapper .comment p {
  color: #00a9ea;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.7em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .comment p {
    font-size: 70%;
    letter-spacing: 0.05em;
  }
}
.contents-interview02 .wrapper .comment h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .comment h2 {
    font-size: 108%;
    line-height: 1.6;
  }
}
.contents-interview02 .wrapper .person {
  opacity: 0;
}
.contents-interview02 .wrapper .person .join {
  font-size: 14px;
  border-bottom: 1px solid #00A9EA;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .person .join {
    font-size: 78%;
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
  }
}
.contents-interview02 .wrapper .person .name {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .person .name {
    font-size: 120%;
    line-height: 1.3;
  }
}
.contents-interview02 .wrapper .person .attr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contents-interview02 .wrapper .person .attr span {
  color: #779AC8;
  font-size: 12px;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .wrapper .person .attr span {
    font-size: 75%;
  }
}
.contents-interview02 .pankz {
  position: absolute;
  right: 0;
  bottom: 4em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents-interview02 .pankz {
    bottom: -1em;
  }
}

.contents-interview03 .inner {
  padding: 4.5em 90px 7em;
}
@media screen and (max-width: 767px) {
  .contents-interview03 .inner {
    padding: 4em 0 4em 5%;
  }
}
.contents-interview03 .list {
  counter-reset: interview-counter;
  list-style: none;
}
.contents-interview03 .list li {
  opacity: 0;
  margin-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .contents-interview03 .list li {
    margin-bottom: 3em;
  }
}
.contents-interview03 .list .title {
  background: #F2F7F9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  min-height: 80px;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-interview03 .list .title {
    font-size: 108%;
    min-height: 4em;
    margin-bottom: 1em;
    padding: 0.7em 0.2em 0.7em 4.2em;
  }
}
.contents-interview03 .list .title::before {
  content: "Q" counter(interview-counter);
  counter-increment: interview-counter;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.05em;
  background: #00a9ea;
  width: 80px;
  min-height: 80px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .contents-interview03 .list .title::before {
    font-size: 125%;
    width: 2.8em;
    height: 100%;
    min-height: inherit;
    margin-right: 0.8em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.contents-interview03 .list .detail {
  padding: 0 0 0 32px;
  min-height: 65px;
}
@media screen and (max-width: 767px) {
  .contents-interview03 .list .detail {
    min-height: 2em;
    padding: 0 4% 0 2%;
  }
}
.contents-interview03 .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-interview03 .link a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #0089BE;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-interview03 .link a {
    font-size: 100%;
  }
}
.contents-interview03 .link a i {
  display: block;
  margin-bottom: 0.5em;
}

.contents-solution01 .inner {
  padding: 2em 0 8em;
}
@media screen and (max-width: 767px) {
  .contents-solution01 .inner {
    padding: 2.5em 0 5em;
  }
}
.contents-solution01 ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .contents-solution01 ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 60px;
    padding-left: 90px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul li {
    margin-bottom: 3.5em;
  }
}
@media screen and (min-width: 768px) {
  .contents-solution01 ul li:nth-child(even) {
    flex-direction: row;
    padding-left: 0;
    padding-right: 90px;
  }
}
.contents-solution01 ul li:nth-child(even) .img {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .contents-solution01 ul li:nth-child(even) .text {
    margin-right: 0;
    margin-left: -208px;
  }
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul li:nth-child(even) .text {
    margin-left: auto;
  }
}
.contents-solution01 ul li:last-of-type {
  margin-bottom: 0;
}
.contents-solution01 ul .img img {
  width: 100%;
}
.contents-solution01 ul .text {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .contents-solution01 ul .text {
    box-shadow: 21px 18px 39px 0 rgba(0, 0, 0, 0.16);
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FEFEFE 6%, #FFFFFF 48%, #E8F5FB 100%) 0% 0% no-repeat padding-box;
    margin-right: -208px;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text {
    box-shadow: 0.8em 0.8em 1.5em 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    width: 94.66%;
    margin-top: -3.6em;
  }
}
.contents-solution01 ul .text > a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text > a {
    pointer-events: none;
  }
}
.contents-solution01 ul .text a {
  color: #111;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text a {
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.2em;
  }
}
.contents-solution01 ul .text .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents-solution01 ul .text .wrapper {
    width: 550px;
    height: 167px;
    padding: 1em 2em;
  }
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text .wrapper {
    padding: 2.1em 0 1.4em;
    width: 85%;
    margin: 0 auto;
  }
}
.contents-solution01 ul .text i {
  display: block;
  width: 105px;
  margin-right: 1.1em;
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text i {
    width: 5em;
  }
}
.contents-solution01 ul .text h2 {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
.contents-solution01 ul .text h2 .ja {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text h2 .ja {
    font-size: 115%;
  }
}
.contents-solution01 ul .text h2 .en {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  color: #888;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text h2 .en {
    font-size: 85%;
  }
}
@media screen and (max-width: 767px) {
  .contents-solution01 ul .text .btn {
    margin: 0 auto;
    pointer-events: all;
  }
}
.contents-solution01 ul .link {
  position: absolute;
  right: 120px;
  bottom: 2.5vw;
}

.contents-solutionBusiness01 .inner {
  padding: 4em 90px 7em 0;
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .inner {
    padding: 1em 0 4em;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness01 .subTitle01 {
    margin-left: 90px;
    margin-bottom: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .subTitle01 {
    margin-bottom: 2.5em;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .subTitle01 .ja {
    font-size: 108%;
  }
}
.contents-solutionBusiness01 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .wrapper {
    display: block;
  }
}
.contents-solutionBusiness01 .wrapper .img {
  flex-shrink: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness01 .wrapper .img {
    width: 577px;
    margin-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .wrapper .img {
    width: 94.66%;
    margin-bottom: 2em;
  }
}
.contents-solutionBusiness01 .wrapper .img img {
  display: block;
  box-shadow: 15px 15px 0px #51B4FF29;
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .wrapper .img img {
    box-shadow: 0.8em 0.8em 0px #51B4FF29;
  }
}
.contents-solutionBusiness01 .wrapper .text {
  opacity: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness01 .wrapper .text {
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .wrapper .text {
    padding: 0 4%;
  }
}
.contents-solutionBusiness01 .wrapper .text h3 {
  font-size: 30px;
  line-height: 1.65;
  margin-bottom: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness01 .wrapper .text h3 {
    font-size: 140%;
  }
}
.contents-solutionBusiness01 .wrapper .text p {
  margin-bottom: 2.3em;
}
.contents-solutionBusiness01 .wrapper .text p:last-of-type {
  margin-bottom: 0;
}

.contents-solutionBusiness02 .inner {
  padding: 7.5em 90px 9em;
  background: url(../../contents/solution/img/business/05.png) no-repeat 50% 50%/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness02 .inner {
    background: url(../../contents/solution/img/business/05_sp.png) no-repeat 50% 50%/cover;
    padding: 4.5em 4%;
  }
}
.contents-solutionBusiness02 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness02 ul {
    display: block;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness02 ul li {
    width: 31.25%;
  }
}
@media screen and (max-width: 767px) {
  .contents-solutionBusiness02 ul li {
    margin-bottom: 2.5em;
  }
  .contents-solutionBusiness02 ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness02 ul li:nth-child(0) {
    animation-delay: 0s;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness02 ul li:nth-child(1) {
    animation-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness02 ul li:nth-child(2) {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness02 ul li:nth-child(3) {
    animation-delay: 0.6s;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness02 ul li:nth-child(4) {
    animation-delay: 0.8s;
  }
}
@media screen and (min-width: 768px) {
  .contents-solutionBusiness02 ul li:nth-child(5) {
    animation-delay: 1s;
  }
}
.contents-solutionBusiness02 ul li .img {
  margin-bottom: 0.8em;
}
.contents-solutionBusiness02 ul li .img img {
  width: 100%;
}
.contents-solutionBusiness02 ul li h2 {
  font-weight: normal;
  text-shadow: 0 0 2px rgba(2, 92, 197, 0.8);
}

.contents-works01 .inner {
  padding: 3em 90px 7.5em;
}
@media screen and (max-width: 767px) {
  .contents-works01 .inner {
    padding: 3em 5% 5em;
  }
}
.contents-works01 .subTitle02 {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .contents-works01 .subTitle02 {
    margin-bottom: 2.5em;
  }
}
.contents-works01 .tableStyle01 {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contents-works01 .tableStyle01 {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .contents-works01 .tableStyle01 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .contents-works01 .tableStyle01::before {
    width: 175px;
  }
}
@media screen and (min-width: 768px) {
  .contents-works01 .tableStyle01 th,
.contents-works01 .tableStyle01 td {
    padding: 1.45em 0.8em;
  }
}
.contents-works01 .tableStyle01 th {
  padding-left: 0;
  color: #00a9ea;
}
@media screen and (min-width: 768px) {
  .contents-works01 .tableStyle01 th {
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .contents-works01 .tableStyle01 th {
    min-width: 7em;
  }
}
.contents-works01 .tableStyle01 td {
  display: flex;
  width: 100%;
  padding-right: 0;
}
.contents-works01 .tableStyle01 ul {
  width: 50%;
  list-style: none;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .contents-works01 .tableStyle01 ul {
    min-width: 22.5em;
  }
}
.contents-works01 .tableStyle01 ul:nth-child(even) {
  border-left: 1px solid #ccc;
  padding-left: 5%;
  padding-right: 0;
}
.contents-works01 .tableStyle01 ul li {
  width: 100%;
}
.contents-works01 .tableStyle01 a {
  text-decoration: underline;
  color: #0089BE;
}
.contents-works01 .tableStyle01 a[href^="tel:"] {
  text-decoration: none;
  color: #111;
  margin-right: 0;
}

.contents-works02 .inner {
  padding: 7.5em 90px 8em;
}
@media screen and (max-width: 767px) {
  .contents-works02 .inner {
    padding: 5em 5% 5em;
  }
}
.contents-works02 .subTitle02 {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .contents-works02 .subTitle02 {
    margin-bottom: 3em;
  }
}
.contents-works02 .tableStyle01 {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .contents-works02 .tableStyle01 {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .contents-works02 .tableStyle01 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .contents-works02 .tableStyle01::before {
    width: 175px;
  }
}
@media screen and (min-width: 768px) {
  .contents-works02 .tableStyle01 th,
.contents-works02 .tableStyle01 td {
    padding: 1.45em 0.8em;
  }
}
.contents-works02 .tableStyle01 th {
  padding-left: 0;
  color: #00a9ea;
}
@media screen and (min-width: 768px) {
  .contents-works02 .tableStyle01 th {
    width: 175px;
  }
}
.contents-works02 .tableStyle01 a {
  text-decoration: underline;
  color: #0089BE;
}
.contents-works02 .tableStyle01 a[href^="tel:"] {
  text-decoration: none;
  color: #111;
  margin-right: 0;
}

.contents-event01 .inner {
  padding: 3em 90px 8.5em;
}
@media screen and (max-width: 767px) {
  .contents-event01 .inner {
    padding: 3em 5% 7em;
  }
}
.contents-event01 .subTitle02 {
  margin-bottom: 3.5em;
}
@media screen and (max-width: 767px) {
  .contents-event01 .subTitle02 {
    margin-bottom: 2.5em;
  }
}
.contents-event01 .lead {
  margin-bottom: 4.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-event01 .lead {
    margin-bottom: 2.5em;
  }
}
.contents-event01 .tableStyle01 {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contents-event01 .tableStyle01 {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .contents-event01 .tableStyle01 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .contents-event01 .tableStyle01::before {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .contents-event01 .tableStyle01 th,
.contents-event01 .tableStyle01 td {
    padding: 1.45em 0.8em;
  }
}
.contents-event01 .tableStyle01 th {
  padding-left: 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .contents-event01 .tableStyle01 th {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .contents-event01 .tableStyle01 th {
    min-width: 7em;
  }
}
.contents-event01 .tableStyle01 td {
  display: flex;
  width: 100%;
  padding-right: 0;
}
.contents-event01 .tableStyle01 a {
  text-decoration: underline;
  color: #0089BE;
}
.contents-event01 .tableStyle01 a[href^="tel:"] {
  text-decoration: none;
  color: #111;
  margin-right: 0;
}

.contents-event02 .inner {
  padding: 3em 90px 8em;
}
@media screen and (max-width: 767px) {
  .contents-event02 .inner {
    padding: 3em 5% 5em;
  }
}
.contents-event02 .detail {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .contents-event02 .detail {
    margin-bottom: 2.5em;
  }
}
.contents-event02 .imgs {
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0;
}
@media screen and (max-width: 767px) {
  .contents-event02 .imgs {
    display: block;
    margin: 2.5em 0;
  }
}
.contents-event02 .imgs figure {
  width: 32.07%;
  margin-right: 1.85%;
  margin-bottom: 2.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-event02 .imgs figure {
    width: 100%;
    margin-bottom: 2em;
  }
}
.contents-event02 .imgs figure:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .contents-event02 .imgs figure img {
    min-height: 200px;
  }
}
.contents-event02 .imgs figcaption {
  display: block;
  margin-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .contents-event02 .imgs figcaption {
    text-align: left;
  }
}
.contents-event02 .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-event02 .link a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #0089BE;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-event02 .link a {
    font-size: 100%;
  }
}
.contents-event02 .link a i {
  display: block;
  margin-bottom: 0.5em;
}

/* END CSS */
