@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;700&family=Poppins:wght@500;800&display=swap");
/*reset-------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

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

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

th {
  text-align: left;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  border-radius: 0;
  outline: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=submit],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder {
  color: #D3D3D3;
}

input::-moz-placeholder {
  color: #D3D3D3;
}

input:-ms-input-placeholder {
  color: #D3D3D3;
}

input::-ms-input-placeholder {
  color: #D3D3D3;
}

input::placeholder {
  color: #D3D3D3;
}

input:-ms-input-placeholder {
  color: #D3D3D3;
}

input::-ms-input-placeholder {
  color: #D3D3D3;
}

/*base-------------------------------------*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1000px) {
  html {
    font-size: 2.6666666667vmin;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1000px) {
  body.open-menu {
    overflow: hidden;
  }
}

a {
  color: #21A4DE;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  overflow-x: hidden;
}
@media only screen and (max-width: 1000px) {
  #wrapper {
    position: relative;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-inner.__s {
  max-width: 800px;
}
.l-inner.__m {
  max-width: 1000px;
}

.u-is-sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .u-is-sp {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .u-is-pc {
    display: none;
  }
}

@media only screen and (min-width: 999px) {
  .scroll.l-header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(255, 255, 255)), color-stop(75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 75%);
  }
  .scroll .l-header-logo img {
    height: 4rem;
  }
  .scroll .l-header-top {
    margin-bottom: 1rem;
  }
  .scroll .l-header-contact .c-btn-contact__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .scroll .l-header-subnav {
    background-color: rgba(240, 241, 245, 0.8);
    border-radius: 0.8rem;
  }
  .scroll .l-header-subnav li {
    padding: 1rem 0.5rem;
  }
}

/*header-------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  padding: 2rem 3rem;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 1000px) {
  .l-header {
    padding: 1.5rem 2rem;
    position: absolute;
  }
}

.l-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .l-header-top {
    margin-bottom: 0;
  }
  .l-header-top .l-header-subnav,
  .l-header-top .l-header-contact {
    display: none;
  }
}

.l-header-logo {
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .l-header-logo {
    position: relative;
    z-index: 3;
  }
}
.l-header-logo a {
  display: block;
  text-decoration: none;
}
.l-header-logo img {
  height: 5rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media only screen and (max-width: 1000px) {
  .l-header-logo img {
    height: 2.8rem;
  }
}

.en-US .l-header-subnav {
  margin-left: auto;
}

.l-header-subnav {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1000px) {
  .l-header-subnav {
    margin-top: 1.5rem;
  }
}
.l-header-subnav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
  margin: 0 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .l-header-subnav li {
    margin: 0 0 0 2rem;
    padding: 0;
  }
}
.l-header-subnav a {
  color: #000;
  text-decoration: none;
}
.l-header-subnav a:hover {
  color: #21A4DE;
}

.l-header-contact {
  margin-left: 3rem;
}
@media only screen and (max-width: 1000px) {
  .l-header-contact {
    margin: 3rem 0 0 0;
    padding: 2rem;
  }
}

.l-header-nav {
  background-color: #fff;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0 8px rgba(155, 164, 196, 0.8);
          box-shadow: 0 0 8px rgba(155, 164, 196, 0.8);
  font-size: 1.4rem;
}
.l-header-nav div .l-footer-sitemap__list:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .l-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 3;
  }
  .l-header-nav div .l-footer-sitemap__list:nth-child(n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 999px) {
  .en-US .l-header-nav {
    max-width: 63.5rem;
    margin-left: auto;
  }
}

.open-menu .l-header-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1000px) {
  .l-header-nav__inner {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 10rem;
  }
  .l-header-nav__inner .l-header-logo {
    padding-top: 1.5rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
}

.l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .l-nav {
    display: block;
    padding: 0 2rem;
  }
}
.l-nav > li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media only screen and (max-width: 1000px) {
  .l-nav > li {
    border-bottom: 1px solid #D8D9DB;
  }
}
.l-nav > li.has-subnav {
  position: relative;
}
.l-nav > li.has-subnav:hover .l-nav-child__wrap {
  visibility: visible;
  opacity: 1;
}
.l-nav > li.has-subnav__solution:hover .l-nav-child__wrap {
  visibility: visible;
  opacity: 1;
}
.l-nav > li > a,
.l-nav > li > .nolink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
  padding: 2rem 1rem;
  height: 8rem;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .l-nav > li > a,
  .l-nav > li > .nolink {
    height: auto;
    text-align: left;
    display: block;
    padding: 1.5rem 0;
  }
}
.l-nav > li > a:hover,
.l-nav > li > .nolink:hover {
  color: #21A4DE;
}
.l-nav > li > a .sub,
.l-nav > li > .nolink .sub {
  font-size: 1rem;
}
.l-nav > li > a .u-icon__plus,
.l-nav > li > .nolink .u-icon__plus {
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.l-nav .u-icon__plus {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .l-nav .u-icon__plus {
    display: inline-block;
  }
}

@media only screen and (max-width: 1000px) {
  .active + .l-nav-child__wrap {
    max-height: 100vh !important;
    color: #000;
  }
  .active + ul {
    max-height: 100vh !important;
  }
}

.l-nav-child__wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 2px solid #21A4DE;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  background-color: rgba(48, 50, 54, 0.9);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.8rem;
  color: #fff;
  padding: 2rem 0;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child__wrap {
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    width: auto;
    -webkit-transform: none;
            transform: none;
    max-height: 0;
    overflow-y: scroll;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}
.l-nav-child__wrap.__solution {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  padding: 3rem 6rem;
}
@media only screen and (min-width: 999px) and (max-height: 700px) {
  .l-nav-child__wrap.__solution {
    height: 70vh;
  }
}
@media only screen and (max-width: 1000px) {
  .l-nav-child__wrap.__solution {
    display: block;
    padding: 0;
    width: auto;
    height: auto;
  }
}
.l-nav-child__wrap.__solution > div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 3rem;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child__wrap.__solution > div {
    margin: 0;
  }
}
.l-nav-child__wrap .l-footer-sitemap__list {
  margin-top: 0;
}
.l-nav-child__wrap .l-footer-sitemap__list .subttl {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child__wrap .l-footer-sitemap__list .subttl {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .l-nav-child__wrap .l-footer-sitemap__list > li {
    margin-bottom: 1rem;
  }
}
.l-nav-child__wrap .l-footer-sitemap__list > li > ul {
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child__wrap .l-footer-sitemap__list > li > ul {
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    max-height: 0;
    overflow: hidden;
    font-size: 1.2rem;
  }
}
.l-nav-child__wrap .l-footer-sitemap__list a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child__wrap .l-footer-sitemap__list a {
    color: #000;
  }
}
.l-nav-child__wrap .l-footer-sitemap__list a:hover {
  color: #21A4DE;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .l-nav-child {
    padding-bottom: 3rem;
  }
}
.l-nav-child li {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child li {
    margin-bottom: 1rem;
  }
}
.l-nav-child li:last-child {
  margin-bottom: 0;
}
.l-nav-child a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 3rem;
  -webkit-transition: padding 0.3s ease, color 0.3s ease;
  transition: padding 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child a {
    color: #000;
    font-size: 1.2rem;
  }
}
.l-nav-child a:hover {
  color: #21A4DE;
  padding-left: 4rem;
}
.l-nav-child a:hover::before {
  width: 3rem;
  background-color: #21A4DE;
}
.l-nav-child a::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .l-nav-child a::before {
    background-color: #000;
  }
}

.l-header-search {
  margin-left: auto;
  margin-right: 2rem;
  height: 100%;
}
.l-header-search .l-header-search__layer {
  width: 30rem;
}
@media only screen and (max-width: 1000px) {
  .l-header-search .l-header-search__layer {
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    padding: 7rem 2rem 2rem;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.l-header-search .c-form-search .search-input {
  height: 100%;
}

.u-btn-search {
  background: url("../images/icon_search.svg") no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  display: none;
}
.u-btn-search.active + .l-header-search__layer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 1000px) {
  .u-btn-search {
    display: block;
    position: fixed;
    top: 2rem;
    right: 7rem;
    z-index: 2;
  }
}

.l-header-spmenu {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .l-header-spmenu {
    display: block;
    position: fixed;
    top: 1rem;
    right: 1.5rem;
    z-index: 99;
  }
}

/*mail-------------------------------------*/
.l-main {
  margin-bottom: 12rem;
}
.l-main.__second {
  padding-top: 20rem;
}
@media only screen and (max-width: 1000px) {
  .l-main.__second {
    padding-top: 6rem;
  }
}

/*footer-------------------------------------*/
.l-footer-contact {
  background-color: #F0F1F5;
  padding: 10rem 1.5rem;
}
.l-footer-contact__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .l-footer-contact__cols {
    display: block;
  }
}
.l-footer-contact__ttl {
  margin-bottom: 2rem;
  text-align: center;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.l-footer-contact__btn {
  margin-right: 3rem;
}
@media only screen and (max-width: 1000px) {
  .l-footer-contact__btn {
    margin: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .l-footer-contact__tel {
    text-align: center;
  }
}

.l-footer {
  padding: 10rem 2rem;
  background-color: #303236;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .l-footer {
    padding: 8rem 2rem;
  }
}
.l-footer a {
  color: #fff;
  text-decoration: none;
}

.l-footer-sitemap.__simple {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-sitemap.__simple > div {
  margin: 0 3rem;
}
@media only screen and (max-width: 1000px) {
  .l-footer-sitemap.__simple > div {
    margin: 0 0 6rem 0;
    text-align: center;
  }
  .l-footer-sitemap.__simple > div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .l-footer-sitemap {
    display: block;
  }
}
.l-footer-sitemap__l {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
  margin-right: 8rem;
}
@media only screen and (max-width: 1000px) {
  .l-footer-sitemap__l {
    margin-right: 0;
  }
}
.l-footer-sitemap__r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1000px) {
  .l-footer-sitemap__r {
    margin-top: 6rem;
  }
}
.l-footer-sitemap__ttl {
  margin-top: 6rem;
  font-size: 2rem;
  line-height: 1.4;
  /*
      &:first-child {
        margin-top: 0;
      }
  */
}
@media only screen and (max-width: 1000px) {
  .l-footer-sitemap__ttl {
    margin-top: 3rem;
  }
}
.l-footer-sitemap__ttl .border {
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  display: block;
  max-width: 34rem;
}

.l-footer-sitemap__list {
  margin-top: 2rem;
}
.l-footer-sitemap__list a:hover {
  color: #21A4DE;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-sitemap__list > li > div {
  margin-bottom: 1rem;
}
.l-footer-sitemap__list > li > ul {
  border-left: 2px solid #7D7D7D;
  font-size: 1.4rem;
  padding-left: 1.5rem;
}
.l-footer-sitemap__list > li > ul > li {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.l-footer-sitemap__list > li > ul > li:last-child {
  margin-bottom: 0;
}

.l-footer-sitemap__sublist {
  margin-top: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -1em;
}
.l-footer-sitemap__sublist a:hover {
  text-decoration: underline;
}
.l-footer-sitemap__sublist li {
  letter-spacing: normal;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: -1px;
}

.l-footer-sitemap__listCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .l-footer-sitemap__listCols {
    display: block;
  }
}
.l-footer-sitemap__listCols > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer-bottom {
  color: #fff;
  background-color: #303236;
  border-top: 1px solid #707070;
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .l-footer-bottom {
    padding: 2rem;
    display: block;
    text-align: center;
  }
}
.l-footer-bottom .logo {
  max-width: 22rem;
}
.l-footer-bottom .logo + span {
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-left: 2rem;
}
@media only screen and (max-width: 1000px) {
  .l-footer-bottom .logo + span {
    padding: 0;
    margin: 2rem 0 0 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1000px) {
  .l-footer-bottom__copy {
    margin-top: 8rem;
  }
}

.l-footer-logo {
  line-height: 1;
  margin-top: 10rem;
  text-align: center;
}
.l-footer-logo img {
  height: 8rem;
}
@media only screen and (max-width: 1000px) {
  .l-footer-logo img {
    height: 4rem;
  }
}
.l-footer-sublogo {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
}
.l-footer-sublogo > div {
  margin: 0 1.5rem;
  display: inline-block;
}
.l-footer-sublogo > div img {
  height: 50px;
}
.l-footer-sublogo > div img.pmark {
  padding: 0.5rem;
  background-color: #fff;
}
.l-footer-sublogo:hover {
  text-decoration: none;
}

/*top-------------------------------------*/
.l-section-mv {
  background: url("../images/mv.jpg") no-repeat right;
  margin-bottom: 3rem;
  background-size: auto 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .l-section-mv {
    background: #6aceff url("../images/mv_sp.jpg") no-repeat right top;
    background-size: contain;
    margin-bottom: 1rem;
    height: auto;
    padding-top: 160%;
  }
}
.l-section-mv::before {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
}
.l-section-mv__txt {
  position: absolute;
  left: 5rem;
  top: 30rem;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .l-section-mv__txt {
    top: 5rem;
    left: 2rem;
  }
}
.l-section-mv h1 {
  font-weight: bold;
  font-size: 9rem;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 1000px) {
  .l-section-mv h1 {
    font-size: 4.5rem;
  }
}
.l-section-mv h1 .sub {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1000px) {
  .l-section-mv h1 .sub {
    font-size: 1.7rem;
  }
}

@keyframes baranime {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes baranime {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-scroll-guide {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  bottom: 12rem;
  left: 8rem;
  font-size: 1.2rem;
  width: 15rem;
  font-weight: bold;
  overflow: hidden;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .c-scroll-guide {
    left: 5rem;
  }
}

.c-scroll-guide span {
  padding-bottom: 8px;
  display: inline-block;
}

.c-scroll-guide::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: #000;
  content: "";
  animation: baranime 1.5s infinite;
  -webkit-animation: baranime 1.5s infinite;
}

.l-section-strengths {
  position: relative;
  padding: 20rem 2rem 12rem 2rem;
}
@media only screen and (max-width: 1000px) {
  .l-section-strengths {
    padding-top: 8rem;
  }
}
.l-section-strengths::before {
  content: "";
  width: 80%;
  height: 100%;
  background-color: #F0F1F5;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  top: 0;
  left: 20vw;
  position: absolute;
}
@media only screen and (max-width: 1000px) {
  .l-section-strengths::before {
    width: 200vw;
    left: -30vw;
  }
}
.l-section-strengths .l-inner {
  position: relative;
}

.l-section-case {
  position: relative;
  padding: 20rem 0 12rem;
}
@media only screen and (max-width: 1000px) {
  .l-section-case {
    padding-top: 8rem;
  }
}

.l-section-solution {
  position: relative;
  padding: 20rem 2rem 12rem 2rem;
}
@media only screen and (max-width: 1000px) {
  .l-section-solution {
    padding-top: 8rem;
  }
}
.l-section-solution .l-inner {
  position: relative;
}

.l-section-news {
  position: relative;
  padding: 20rem 2rem 12rem 2rem;
}
@media only screen and (max-width: 1000px) {
  .l-section-news {
    padding-top: 8rem;
  }
}
.l-section-news::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F0F1F5;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 1000px) {
  .l-section-news::before {
    width: 200vw;
    left: -30vw;
  }
}
.l-section-news .l-inner {
  position: relative;
}

.l-img-strengths {
  position: absolute;
  top: 50rem;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .l-img-strengths {
    top: auto;
    bottom: -15rem;
    width: 11rem;
  }
}

.l-img-news {
  position: absolute;
  top: 50%;
  left: 20%;
}
@media only screen and (max-width: 1000px) {
  .l-img-news {
    left: 2rem;
    top: -7rem;
    width: 2.3rem;
  }
}

.l-img-rocket {
  position: absolute;
  bottom: 0;
  right: 10vw;
}
@media only screen and (max-width: 1000px) {
  .l-img-rocket {
    width: 7rem;
  }
}

.l-img-case {
  position: absolute;
  top: 35rem;
  left: 11vw;
}
@media only screen and (max-width: 1000px) {
  .l-img-case {
    width: 5.7rem;
    bottom: 8rem;
    left: auto;
    right: 3.5rem;
    top: auto;
  }
}

.l-img-solution {
  position: absolute;
  bottom: -16rem;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .l-img-solution {
    width: 10rem;
    bottom: -14rem;
  }
}

.l-section-otherinfo {
  margin-top: 12rem;
}
@media only screen and (max-width: 1000px) {
  .l-section-otherinfo {
    padding: 0 2rem;
    margin-top: 8rem;
  }
}

.c-cols-otherinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-cols-otherinfo.__nocol {
  display: block;
}
.c-cols-otherinfo.__nocol p {
  max-width: 50%;
}
@media only screen and (max-width: 1000px) {
  .c-cols-otherinfo {
    display: block;
    padding: 0;
  }
}
.c-cols-otherinfo__inner {
  position: relative;
  height: 100%;
  padding: 6rem 6rem 10em 6rem;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1000px) {
  .c-cols-otherinfo__inner {
    padding: 3rem 2rem 10rem 2rem;
  }
}
.c-cols-otherinfo > a,
.c-cols-otherinfo > div {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.5%;
          flex: 0 1 49.5%;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .c-cols-otherinfo > a:first-child,
  .c-cols-otherinfo > div:first-child {
    margin-bottom: 2rem;
  }
}
.c-cols-otherinfo > a {
  text-decoration: none;
}
.c-cols-otherinfo .c-ttl-top {
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .c-cols-otherinfo .c-ttl-top {
    text-align: center;
  }
}
.c-cols-otherinfo .eng {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 10rem;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-otherinfo .eng {
    font-size: 4rem;
  }
}
.c-cols-otherinfo .btns {
  margin-top: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-otherinfo .btns {
    text-align: center;
  }
}
.c-cols-otherinfo .btns > a {
  margin-right: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-otherinfo .btns > a {
    margin: 0 0 3rem 0;
  }
}
.c-cols-otherinfo .__company {
  background: url("../images/bg_company.jpg") no-repeat center center;
  background-size: cover;
}
.c-cols-otherinfo .__recruit {
  background: url("../images/bg_recruit.jpg") no-repeat center center;
  background-size: cover;
}

.c-cols-strengths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-strengths {
    display: block;
    margin: 0 0 10rem 0;
  }
}
.c-cols-strengths > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3% - 8rem);
          flex: 0 1 calc(33.3% - 8rem);
  margin: 0 4rem 8rem 4rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-strengths > div {
    margin: 0 0 7rem 0;
  }
  .c-cols-strengths > div:last-child {
    margin-bottom: 0;
  }
}
.c-cols-strengths__txt {
  margin-top: 3rem;
}

.c-cols-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .c-cols-news {
    display: block;
  }
}
.c-cols-news + * {
  margin-top: 8rem;
}
.c-cols-news__ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-right: 2rem;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .c-cols-news__ttl {
    margin: 0 0 3rem 0;
  }
}
.c-cols-news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-cols-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-solution {
    display: block;
    margin: 0;
  }
}
.c-cols-solution > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 8rem);
          flex: 0 1 calc(50% - 8rem);
  margin: 0 4rem 8rem 4rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-solution > div {
    margin: 0 0 8rem 0;
  }
}

.c-list-news {
  border-bottom: 1px solid #D8D9DB;
  margin-bottom: 1.5rem;
}
.c-list-news__head {
  margin-bottom: 0.5rem;
}
.c-list-news__date {
  font-weight: bold;
  font-size: 1.2rem;
}
.c-list-news__cat {
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
  background-color: #ccc;
  padding: 0.3rem 0.5rem;
  vertical-align: middle;
  margin-left: 1rem;
}
.c-list-news__text {
  font-size: 1.5rem;
}
.c-list-news li {
  padding: 1rem 0;
  border-top: 1px solid #D8D9DB;
}
.c-list-news a {
  display: block;
  text-decoration: none;
  color: #000;
}
.c-list-news a:hover {
  color: #21A4DE;
}

@media only screen and (min-width: 999px) {
  .c-list-solution.__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-list-solution.__col2 > li {
    border-bottom: 1px solid #D8D9DB;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2rem);
            flex: 0 1 calc(50% - 2rem);
    margin: 0 1rem;
  }
  .c-list-solution.__col2 > li:nth-child(n+3) {
    margin-top: 2rem;
  }
}
.c-list-solution > li {
  border-top: 1px solid #D8D9DB;
}
.c-list-solution > li.__nolink {
  font-size: 2rem;
  line-height: 1.4;
  padding: 2rem 0;
}
.c-list-solution > li ul li {
  border-top: 1px solid #D8D9DB;
}
.c-list-solution > li ul a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 1rem 2rem 1rem 6rem;
  position: relative;
  -webkit-transition: padding 0.3s ease, color 0.1s ease;
  transition: padding 0.3s ease, color 0.1s ease;
}
.c-list-solution > li ul a span {
  position: relative;
  z-index: 2;
}
.c-list-solution > li ul a:hover {
  color: #fff;
  padding-left: 7rem;
}
.c-list-solution > li ul a:hover::before {
  width: 3.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(white));
  background: linear-gradient(to right, #6ccef9 0%, white 100%);
}
.c-list-solution > li ul a:hover::after {
  width: 100%;
}
.c-list-solution > li ul a::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.c-list-solution > li ul a::before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  height: 1px;
  width: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.c-list-solution > li:last-child {
  border-bottom: 1px solid #D8D9DB;
}
.c-list-solution > li > a {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
  color: #000;
  text-decoration: none;
  -webkit-transition: padding 0.3s ease, color 0.1s ease;
  transition: padding 0.3s ease, color 0.1s ease;
}
@media only screen and (max-width: 1000px) {
  .c-list-solution > li > a {
    font-size: 1.8rem;
  }
}
.c-list-solution > li > a:hover {
  color: #fff;
  padding-left: 5rem;
}
.c-list-solution > li > a:hover::before {
  width: 3.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(white));
  background: linear-gradient(to right, #6ccef9 0%, white 100%);
}
.c-list-solution > li > a:hover::after {
  width: 100%;
}
.c-list-solution > li > a span {
  position: relative;
  z-index: 2;
}
.c-list-solution > li > a::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.c-list-solution > li > a::before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.c-cols-case__ttl {
  float: left;
  padding-left: 10vw;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .c-cols-case__ttl {
    text-align: center;
    float: none;
    padding-left: 0;
  }
}
.c-cols-case__slide {
  padding-left: calc(32vw - 4rem);
  margin-right: -10vw;
}
.c-cols-case__slide .btn {
  margin-top: -3.2rem;
  margin-left: 9rem;
}
@media only screen and (max-width: 1000px) {
  .c-cols-case__slide .btn {
    margin-left: 10rem;
  }
}
@media only screen and (max-width: 1000px) {
  .c-cols-case__slide {
    padding-left: 0;
    margin-right: 0;
    margin-top: 8rem;
  }
}

.c-list-case .slick-list {
  padding: 0 34.191472244% 0 0;
}
@media only screen and (max-width: 1000px) {
  .c-list-case .slick-list {
    padding: 0;
  }
}
.c-list-case.__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin: 6rem -2rem 0 -2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .c-list-case.__service {
    display: block;
    margin: 4rem 0 0 0;
  }
}
.c-list-case.__service .c-list-case__child {
  margin: 0 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 4rem);
          flex: 0 1 calc(25% - 4rem);
}
@media only screen and (max-width: 1000px) {
  .c-list-case.__service .c-list-case__child {
    margin: 0 0 2rem 0;
  }
}
.c-list-case.__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin: 6rem -2rem 0 -2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .c-list-case.__recruit {
    display: block;
    margin: 4rem 0 0 0;
  }
}
.c-list-case.__recruit .c-list-case__child {
  margin: 0 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3% - 4rem);
          flex: 0 1 calc(33.3% - 4rem);
}
@media only screen and (min-width: 999px) {
  .c-list-case.__recruit .c-list-case__child:nth-child(n+4) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .c-list-case.__recruit .c-list-case__child {
    margin: 0 0 2rem 0;
  }
}
.c-list-case.__col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem -2rem 0 -2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .c-list-case.__col3 {
    display: block;
    margin: 4rem 0 0 0;
  }
}
.c-list-case.__col3 .c-list-case__child {
  margin: 0 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3% - 4rem);
          flex: 0 1 calc(33.3% - 4rem);
}
@media only screen and (min-width: 999px) {
  .c-list-case.__col3 .c-list-case__child:nth-child(n+4) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .c-list-case.__col3 .c-list-case__child {
    margin: 0 0 2rem 0;
  }
}
.c-list-case__child {
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  padding: 0.2rem;
  margin: 0 2.5rem 3rem 2.5rem;
  -webkit-box-shadow: 3px 3px 6px rgba(5, 57, 226, 0.6);
          box-shadow: 3px 3px 6px rgba(5, 57, 226, 0.6);
}
.c-list-case__thumb img {
  width: 100%;
  max-width: none;
}
.c-list-case__body {
  padding: 2rem;
}
.c-list-case__ttl {
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-list-case__lead {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.c-list-case__name {
  margin-bottom: 1rem;
}
.c-list-case__meta {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.c-list-case__tags {
  font-size: 1.2rem;
}
.c-list-case__tags dt {
  float: left;
  clear: both;
  margin-bottom: 1rem;
  border: 1px solid #D8D9DB;
  padding: 0.5rem;
  background-color: #fff;
}
.c-list-case__tags dd {
  padding: 0.5rem 0 0.5rem 10rem;
  margin-bottom: 1rem;
}
.c-list-case a {
  height: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: #fff;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-list-case a:hover {
  opacity: 0.7;
}
.c-list-case__logo {
  margin-top: -6rem;
  margin-bottom: 1rem;
}
.c-list-case__logo img {
  padding: 1rem;
  max-height: 8rem;
  background-color: #fff;
}

/*ttl-------------------------------------*/
.c-ttl-top {
  font-size: 8rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-top {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.c-ttl-top.__s {
  font-size: 4rem;
  margin-bottom: 3rem;
}
.c-ttl-top.__s .border::after {
  width: 15rem;
}
.c-ttl-top .border {
  position: relative;
  display: inline-block;
  padding-bottom: 2rem;
}
.c-ttl-top .border.__w100::after {
  width: 100%;
}
.c-ttl-top .border::after {
  content: "";
  position: absolute;
  width: 30rem;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-top .border::after {
    width: 15rem;
  }
}

.c-ttl-engbig {
  font-family: "Poppins", sans-serif;
  font-size: 15rem;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(47, 118, 235, 0.7);
  color: transparent;
  text-align: center;
  position: absolute;
  top: 13rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-engbig {
    font-size: 5rem;
    top: 6rem;
    -webkit-text-stroke: 0.5px rgba(47, 118, 235, 0.7);
  }
}

.c-ttl-solution {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-solution {
    font-size: 2.8rem;
  }
}

.c-ttl-news {
  font-size: 3.6rem;
  line-height: 1.4;
}

.c-ttl-strengths__eng {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1000px) {
  .c-ttl-strengths__eng {
    font-size: 4rem;
  }
}

.c-ttl-strengths__ja {
  text-align: center;
  font-size: 2rem;
}

/*btn-------------------------------------*/
.c-btn-all {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5rem;
  color: #000;
  text-decoration: none;
}
.c-btn-all::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0.2rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
}
.c-btn-all:hover {
  color: #21A4DE;
  text-decoration: none;
}

.c-btn-radius {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  border-radius: 10rem;
  padding: 0.2rem;
  overflow: hidden;
  text-decoration: none;
  min-width: 24rem;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  .c-btn-radius {
    min-width: 20rem;
  }
}
.c-btn-radius:hover {
  text-decoration: none;
}
.c-btn-radius.__blue {
  padding: 0;
}
.c-btn-radius.__blue .c-btn-radius__inner {
  background-color: #002B72;
  color: #fff;
}
.c-btn-radius.__blue .c-btn-radius__inner::before {
  background: #fff;
}
.c-btn-radius:hover .wpcf7-submit,
.c-btn-radius:hover input,
.c-btn-radius:hover .c-btn-radius__inner, .c-btn-radius.__rv .wpcf7-submit,
.c-btn-radius.__rv input,
.c-btn-radius.__rv .c-btn-radius__inner {
  background-color: transparent;
  color: #fff;
}
.c-btn-radius:hover .wpcf7-submit::before,
.c-btn-radius:hover input::before,
.c-btn-radius:hover .c-btn-radius__inner::before, .c-btn-radius.__rv .wpcf7-submit::before,
.c-btn-radius.__rv input::before,
.c-btn-radius.__rv .c-btn-radius__inner::before {
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(white));
  background: linear-gradient(to right, #6ccef9 0%, white 100%);
}
.c-btn-radius:hover .border, .c-btn-radius.__rv .border {
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(white));
  background: linear-gradient(to right, #6ccef9 0%, white 100%);
}
.c-btn-radius .wpcf7-submit,
.c-btn-radius input, .c-btn-radius__inner {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8rem;
  padding: 2rem 2rem 2rem 12rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
}
.c-btn-radius .wpcf7-submit::before,
.c-btn-radius input::before, .c-btn-radius__inner::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 1px;
  left: 0;
  top: 50%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
}
.c-btn-radius .border {
  content: "";
  position: absolute;
  width: 10rem;
  height: 1px;
  left: 0;
  top: 50%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  z-index: 2;
}

.wpcf7-submit {
  display: block;
  height: 5.6rem;
}

.c-btn-contact {
  display: block;
  line-height: 1.4;
  border-radius: 0.8rem;
  color: #fff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#6ccef9), to(#0539e2));
  background: linear-gradient(to right, #6ccef9 0%, #0539e2 100%);
  overflow: hidden;
}
.c-btn-contact:hover .c-btn-contact__inner {
  background-color: transparent;
}
.c-btn-contact__inner {
  background-color: #002B72;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2rem 2rem 2rem 36%;
  position: relative;
  display: block;
  border-radius: 0.8rem;
}
.c-btn-contact__inner::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #fff;
  z-index: 2;
}
.c-btn-contact__inner.__noborder {
  padding-left: 2rem;
  text-align: center;
}
.c-btn-contact__inner.__noborder::before {
  display: none;
}

/*Utility-------------------------------------*/
.u-fw__bold {
  font-weight: bold;
}

.u-fs__14 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1000px) {
  .u-fs__14 {
    font-size: 1.2rem;
  }
}

.u-fs__16 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1000px) {
  .u-fs__16 {
    font-size: 1.4rem;
  }
}

.u-fs__18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1000px) {
  .u-fs__18 {
    font-size: 1.6rem;
  }
}

.u-fs__20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1000px) {
  .u-fs__20 {
    font-size: 1.8rem;
  }
}

.u-fs__22 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1000px) {
  .u-fs__22 {
    font-size: 2rem;
  }
}

.u-mb__20 {
  margin-bottom: 2rem !important;
}

.u-mb__40 {
  margin-bottom: 4rem !important;
}

.u-mb__60 {
  margin-bottom: 6rem !important;
}

.u-txt__center {
  text-align: center !important;
}

.u-txt__left {
  text-align: left !important;
}

.u-txt__right {
  text-align: right !important;
}

.u-ff__josefin {
  font-family: "Josefin Sans", sans-serif;
}

.u-fc__blue {
  color: #1A52AD;
}

.u-txt__required {
  font-size: 1rem;
  color: #E20505;
  font-weight: normal;
}

.u-icon__mail {
  display: inline-block;
  background: url("../images/icon_mail.svg") no-repeat left center;
  background-size: 2rem;
  padding-left: 3rem;
}

.u-icon__download {
  display: inline-block;
  background: url("../images/icon_download.svg") no-repeat left center;
  background-size: 2rem;
  padding-left: 3rem;
}

.u-icon__tel {
  display: inline-block;
  background: url("../images/icon_tel.svg") no-repeat 0 0.6rem;
  background-size: 2.6rem;
  padding-left: 3.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.u-icon__kind {
  color: #fff;
  background-color: #2F76EB;
  font-size: 1.2rem;
  padding: 0.2rem 0.5rem;
  margin-right: 1rem;
  display: inline-block;
}

.u-icon__down {
  position: relative;
}
.u-icon__down::after {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #000 transparent transparent transparent;
}
@media only screen and (max-width: 1000px) {
  .u-icon__down::after {
    display: none;
  }
}

.u-icon__sidedot {
  display: inline-block;
  padding: 0 3.5rem;
  background: url("../images/icon_dot_s.png") no-repeat left center, url("../images/icon_dot_s.png") no-repeat right center;
}

.u-icon__spmenu {
  background: url("../images/icon_spmenu.png") no-repeat;
  background-size: 100%;
  width: 4rem;
  height: 4rem;
}
.u-icon__spmenu.active {
  background: url("../images/icon_spmenu_close.png") no-repeat;
  background-size: 100%;
}

.u-notes {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
}

*:not(ul).u-indent__ast,
.u-indent__ast li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.u-icon__blank::after {
  content: "";
  background: url("../images/icon_blank.svg") no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.u-icon__anc {
  position: relative;
  padding-bottom: 2rem;
}
.u-icon__anc::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.u-icon__search {
  background: url("../images/icon_search.svg") no-repeat 0 0.5rem;
  background-size: auto 2rem;
  padding-left: 3rem;
  display: inline-block;
}

.u-icon__tag {
  background: url("../images/icon_tag.svg") no-repeat 0 0.5rem;
  background-size: auto 2rem;
  padding-left: 3rem;
  display: inline-block;
}

.u-icon__popular {
  background: url("../images/icon_popular.svg") no-repeat 0.5rem 0.5rem;
  background-size: auto 2rem;
  padding-left: 3rem;
  display: inline-block;
}

.u-icon__calendar {
  background: url("../images/icon_calendar.svg") no-repeat 0 center;
  background-size: auto 2rem;
  padding-left: 3rem;
  display: inline-block;
}

.active .u-icon__plus::after {
  display: none;
}

.u-icon__plus {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}
.u-icon__plus.__s {
  width: 1.2rem;
  height: 1.2rem;
}
.u-icon__plus::before, .u-icon__plus::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.u-icon__plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.u-icon__why {
  color: #2F76EB;
  text-align: center;
  display: inline-block;
  border: 1px solid #2F76EB;
  padding: 1rem 2rem;
  line-height: 1;
}

.u-icon__case {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
}

/*anime-------------------------------------*/
.anime-linetxt {
  display: inline-block;
  -webkit-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  opacity: 0;
}
.anime-linetxt:nth-of-type(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anime-linetxt:nth-of-type(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.anime-upfade {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}

.visible.l-section-mv::before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.visible .anime-upfade {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}
.visible .anime-linetxt {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/*slider-------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 0 -30px;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .slick-list {
    margin: 0;
  }
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid #2F76EB;
  border-radius: 3px;
  text-align: center;
  line-height: 3rem;
  color: #2F76EB;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-arrow:hover {
  background-color: #2F76EB;
  color: #fff;
}
.slick-arrow.prev {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .slick-arrow.prev {
    left: 2rem;
  }
}
.slick-arrow.next {
  margin-left: 4rem;
}
@media only screen and (max-width: 1000px) {
  .slick-arrow.next {
    margin-left: 6rem;
  }
}/*# sourceMappingURL=common.css.map */