/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

table {
  border-spacing: 0;
}
table th, table td {
  position: relative;
}

a {
  text-decoration: none;
}

@-webkit-keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.5;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.3;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.5;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.3;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes anim_r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anim_r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes anim_l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes anim_l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #0b458d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  min-width: 1200px;
  min-height: 100%;
}
@media screen and (max-width: 960px) {
  body {
    min-width: 375px;
  }
}

a {
  color: #0b458d;
}

::-moz-selection {
  background: #3fc0c6;
  color: #ffffff;
}

::selection {
  background: #3fc0c6;
  color: #ffffff;
}

::-moz-selection {
  background: #3fc0c6;
  color: #ffffff;
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
}
.l-inner__l {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-inner__l {
    width: 92%;
  }
}
@media screen and (max-width: 960px) {
  .l-inner {
    width: 92%;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  padding: 7px 15px 9px;
  border-top: 9px solid #0b458d;
}
@media screen and (max-width: 960px) {
  .l-header {
    padding: 7px 4% 9px;
  }
}
.l-header__ham {
  display: none;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  z-index: 200;
  width: 36px;
  height: 21px;
  margin: auto;
  cursor: pointer;
}
.l-header__ham span {
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #3fc0c6 0%, #1aa1e3 100%);
  width: 100%;
  height: 3px;
  margin: auto;
  transition: transform 0.3s, opacity 0.3s;
}
.l-header__ham span:first-of-type {
  top: 0;
}
.l-header__ham span:nth-last-of-type(2) {
  top: 0;
  bottom: 0;
}
.l-header__ham span:last-of-type {
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .l-header__ham.-close span:first-of-type {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .l-header__ham.-close span:nth-last-of-type(2) {
    opacity: 0;
  }
  .l-header__ham.-close span:last-of-type {
    top: 0;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  .l-header__ham {
    display: block;
  }
}
.l-header h1 a {
  line-height: 1;
  display: block;
}
.l-header h1 img {
  width: 227px;
  height: 61px;
}
@media screen and (max-width: 960px) {
  .l-header h1 img {
    width: 110px;
    height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .l-header nav {
    display: none;
    position: fixed;
    z-index: 150;
    background: #fff;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 4%;
  }
}
.l-header nav ul {
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-header nav ul {
    display: block;
    margin-top: 80px;
  }
}
.l-header nav ul li a:not(.c-btn) {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  position: relative;
  padding: 13px 25px 5px;
}
@media screen and (max-width: 960px) {
  .l-header nav ul li a:not(.c-btn) {
    font-size: 2.2rem;
    text-align: left;
    padding: 0 5px;
    margin-bottom: 30px;
  }
}
.l-header nav ul li a:not(.c-btn) span {
  color: #1aa1e3;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 960px) {
  .l-header nav ul li a:not(.c-btn) span {
    padding-left: 3px;
    font-size: 1.5rem;
  }
}
.l-header nav ul li a:not(.c-btn)::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  background: linear-gradient(90deg, #3fc0c6 0%, #1aa1e3 100%);
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 960px) {
  .l-header nav ul li a:not(.c-btn)::after {
    transform: unset;
    height: 2px;
  }
}
.l-header nav ul li a:not(.c-btn):hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-header nav ul li .c-btn {
  margin-left: 25px;
  margin-top: 3px;
  padding: 9px 50px 7px;
}
@media screen and (max-width: 960px) {
  .l-header nav ul li .c-btn {
    font-size: 1.6rem;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.l-header nav ul li .c-btn span {
  font-size: 1.3rem;
  line-height: 1.3;
}

.l-footer__content {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    display: block;
  }
}
.l-footer__content h1 {
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0;
  width: 140px;
}
@media screen and (max-width: 960px) {
  .l-footer__content h1 {
    position: static;
    margin: 0 auto 10px;
  }
}
.l-footer__content h1 img {
  width: 60px;
  height: 68px;
}
@media screen and (max-width: 960px) {
  .l-footer__content h1 img {
    width: 44px;
    height: 50px;
  }
}
.l-footer__content .companyInfo {
  margin-left: 150px;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .l-footer__content .companyInfo {
    text-align: center;
    margin: 0 auto;
  }
}
.l-footer__content .companyInfo h2 {
  font-size: 2.5rem;
}
.l-footer__content .companyInfo h2 p {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__content .companyInfo h2 {
    font-size: 2.2rem;
  }
  .l-footer__content .companyInfo h2 p {
    font-size: 1.7rem;
  }
}
.l-footer__content .companyInfo .address {
  margin-top: 20px;
}
.l-footer__content .companyInfo ul {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-footer__content .companyInfo ul {
    justify-content: center;
    margin: 10px 0 20px;
  }
}
.l-footer__content .companyInfo ul li {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .l-footer__content .companyInfo ul li {
    margin: 0 10px;
  }
}
.l-footer__content .companyInfo ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
}
.l-footer__content .companyInfo ul li.-tel::before {
  background: url(../img/icon_phone.svg) no-repeat center/100% 100%;
}
.l-footer__content .companyInfo ul li.-fax::before {
  background: url(../img/icon_fax.svg) no-repeat center/90% 90%;
}
.l-footer__content .c-btn {
  padding-left: 89px;
}
.l-footer__content .c-btn i {
  width: 19px;
  height: 19px;
}
.l-footer small {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  text-align: right;
  display: block;
  background: #0b458d;
}

.l-main {
  padding-top: 107px;
}
@media screen and (max-width: 960px) {
  .l-main {
    padding-top: 70px;
  }
}

.c-btn {
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, #3fc0c6 0%, #1aa1e3 100%);
  padding: 10px 50px;
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(11, 69, 141, 0.2);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  background-color: #fff;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.c-btn:hover {
  box-shadow: 0 0 27px rgba(11, 69, 141, 0.35);
}
.c-btn:hover::before {
  -webkit-animation: kiran 0.5s linear 1;
          animation: kiran 0.5s linear 1;
}
.c-btn span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: block;
}
.c-btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  background: url(../img/icon_mail.svg) no-repeat center/100% 100%;
  margin: auto;
}
.c-btn.-l {
  font-weight: 700;
  padding: 20px 50px 20px 92px;
}
.c-btn.-l i {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 960px) {
  .c-btn.-l {
    width: 345px;
    padding: 20px 30px 20px 62px;
  }
  .c-btn.-l i {
    left: 30px;
  }
}
.c-btnWrap {
  text-align: center;
}

.c-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.c-title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-top: 115px;
  }
}
.p-top figure {
  position: absolute;
  width: 55%;
  right: 47%;
  top: 0;
  background: url(../img/mv.jpg) no-repeat center right/cover;
  max-width: 2000px;
  max-height: 766px;
  min-height: 766px;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top figure {
    position: static;
    width: 100%;
    max-width: unset;
    min-height: 500px;
    margin-left: -4%;
    border-radius: 0 30px 30px 0;
  }
}
.p-top__catch {
  width: 445px;
  margin-left: auto;
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-top__catch {
    width: 100%;
    padding-top: 0;
  }
}
.p-top__catch h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-top__catch h2 {
    font-size: 2.3rem;
    position: absolute;
    top: 0;
    right: 4%;
  }
}
.p-top__catch h2 p {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top__catch h2 p {
    text-align: right;
  }
}
.p-top__catch h2 p span {
  position: relative;
}
.p-top__catch h2 p span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: linear-gradient(90deg, #3fc0c6 0%, #1aa1e3 100%);
  height: 9px;
  width: 100%;
  -webkit-animation: width 3s;
          animation: width 3s;
}
.p-top__catch ul {
  display: flex;
  justify-content: center;
  margin: 40px 0 30px;
}
@media screen and (max-width: 960px) {
  .p-top__catch ul {
    margin: 30px 0 20px;
  }
}
.p-top__catch ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/circle.svg) no-repeat center/100% 100%;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 960px) {
  .p-top__catch ul li {
    font-size: 1.6rem;
    width: 120px;
    height: 120px;
  }
}
.p-top__catch ul li:first-of-type {
  left: 10px;
}
.p-top__catch ul li:last-of-type {
  right: 10px;
}
.p-top__catch p.guide {
  font-size: 1.5rem;
  line-height: 2.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .p-top__catch p.guide {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-top__catch .c-btn {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-top__catch .c-btn {
    font-size: 1.6rem;
  }
}
.p-top__catch .c-btnWrap {
  margin-top: 40px;
}

.p-service {
  position: relative;
  z-index: 10;
  margin-top: 70px;
}
.p-service .l-inner__l {
  position: relative;
  margin-top: 50px;
}
.p-serviceInner {
  background: linear-gradient(90deg, #3fc0c6 0%, #1aa1e3 100%);
  margin-right: calc(50% - 50vw);
  min-width: 1150px;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 960px) {
  .p-serviceInner {
    min-width: unset;
    border-radius: 30px 0 0 30px;
  }
}
.p-serviceInner .l-inner {
  margin: 0;
  padding: 50px 0 60px;
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .p-serviceInner .l-inner {
    margin-left: 4%;
    padding: 40px 0 50px;
  }
}
.p-service .c-title {
  color: #fff;
  font-size: 4.2rem;
  position: relative;
  padding-left: 110px;
  margin-bottom: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .p-service .c-title {
    font-size: 3rem;
    padding-left: 55px;
    margin-bottom: 30px;
  }
}
.p-service .c-title i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 76px;
  height: 81px;
  background: url(../img/section_icon_service.svg) no-repeat center/100% 100%;
  -webkit-animation-name: anim_r;
          animation-name: anim_r;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@media screen and (max-width: 960px) {
  .p-service .c-title i {
    top: 3px;
    bottom: auto;
    width: 35px;
    height: 41px;
  }
}
.p-service .c-title span {
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .p-service .c-title span {
    font-size: 1.9rem;
    display: block;
    padding-left: 0;
  }
}
.p-service__choice {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-service__choice {
    display: block;
  }
}
.p-service__choice a {
  display: block;
  background: #fff;
  width: calc(50% - 20px);
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(11, 69, 141, 0.2);
  transition: box-shadow 0.3s;
}
.p-service__choice a:hover {
  box-shadow: 0 0 27px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 960px) {
  .p-service__choice a {
    width: 100%;
  }
  .p-service__choice a + a {
    margin-top: 30px;
  }
}
.p-service__choice ul {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  position: relative;
  padding: 30px 40px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-service__choice ul {
    padding: 20px;
  }
}
.p-service__choice ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 55px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-service__choice ul li {
    font-size: 1.4rem;
  }
}
.p-service__choice ul li span {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 5px solid rgba(26, 161, 227, 0.5);
}
@media screen and (max-width: 960px) {
  .p-service__choice ul li span {
    font-size: 1.7rem;
  }
}
.p-service__choice ul li + li {
  margin-top: 17px;
}
.p-service__choice ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .p-service__choice ul li::before {
    left: 5px;
  }
}
.p-service__choice ul li.-team::before {
  background: url(../img/icon_team.svg) no-repeat center/100% 100%;
}
.p-service__choice ul li.-time::before {
  background: url(../img/icon_time.svg) no-repeat center/100% 100%;
}
.p-service__choice ul li.-time::before {
  background: url(../img/icon_time.svg) no-repeat center/100% 100%;
}
.p-service__choice ul li.-digital::before {
  background: url(../img/icon_gear.svg) no-repeat center/100% 100%;
}
.p-service__choice ul li.-technology::before {
  background: url(../img/icon_tool.svg) no-repeat center/100% 100%;
}
.p-service__choice ul li.-device::before {
  background: url(../img/icon_device.svg) no-repeat center/100% 100%;
}

.p-contents {
  position: relative;
  z-index: 2;
  background: rgba(26, 161, 227, 0.1);
  margin-top: -150px;
}
.p-contents__machinery, .p-contents__soft_web {
  padding-top: 240px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .p-contents__machinery, .p-contents__soft_web {
    padding-top: 200px;
    padding-bottom: 90px;
  }
}
.p-contents__machinery {
  background: url(../img/service_machinery.jpg) no-repeat center/cover fixed;
}
.p-contents__soft_web {
  background: url(../img/service_software.jpg) no-repeat center/cover fixed;
}
.p-contents .c-title {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-left: 10px;
  margin-bottom: 30px;
}
.p-contents .c-title span {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1em;
}
@media screen and (max-width: 960px) {
  .p-contents .c-title {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .p-contents .c-title span {
    font-size: 2rem;
  }
}
.p-contents__appeal {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.p-contents__appeal dl {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(11, 69, 141, 0.2);
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 960px) {
  .p-contents__appeal dl {
    width: 100%;
  }
  .p-contents__appeal dl + dl {
    margin-top: 30px;
  }
}
.p-contents__appeal dl dt.figure {
  margin: 20px 0 25px;
  padding-bottom: 25px;
  position: relative;
}
.p-contents__appeal dl dt.figure::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 161, 227, 0.3);
  width: 85px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
}
.p-contents__appeal dl dt.figure img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.p-contents__appeal dl dt.title {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.p-contents__appeal dl dt.title i {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #3fc0c6 0%, #1aa1e3 100%);
  -webkit-background-clip: text;
}
.p-contents__appeal dl dt.title p {
  color: #1aa1e3;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
.p-contents__appeal dl dd ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}
.p-contents__appeal dl dd ul li + li {
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .p-contents__appeal dl {
    display: block;
  }
  .p-contents__appeal dl > div {
    width: 100%;
  }
  .p-contents__appeal dl > div + div {
    margin-top: 40px;
  }
  .p-contents__appeal dl dt {
    margin-bottom: 10px;
  }
}
.p-contents__conversion {
  text-align: center;
  background: #fff;
  padding: 70px 0;
  display: flex;
  justify-content: center;
}
.p-contents__conversion .l-inner {
  position: relative;
}
.p-contents__conversion figure {
  display: inline-block;
  position: absolute;
}
.p-contents__conversion figure img {
  vertical-align: middle;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.p-contents__conversion figure img.-icon {
  width: 100px;
  height: 100px;
  -webkit-animation-name: anim_r;
          animation-name: anim_r;
}
.p-contents__conversion figure img.-icon2 {
  position: absolute;
  left: -74px;
  top: 27px;
  width: 83px;
  height: 83px;
  -webkit-animation-name: anim_l;
          animation-name: anim_l;
}
.p-contents__conversion figure img.-icon3 {
  position: absolute;
  top: 95px;
  right: 31px;
  width: 70px;
  height: 70px;
  -webkit-animation-name: anim_l;
          animation-name: anim_l;
}
.p-contents__conversion figure:first-of-type {
  top: -100px;
  left: 80px;
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .p-contents__conversion figure:first-of-type {
    top: -110px;
    left: 80px;
    transform: scale(1.1);
  }
}
.p-contents__conversion figure:last-of-type {
  bottom: -100px;
  right: 80px;
  transform: scale(-1.1, -1.1);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-contents__conversion figure:last-of-type {
    bottom: -110px;
    right: 70px;
    transform: scale(-1, -1);
  }
}
.p-contents__conversion .c-btnWrap {
  position: relative;
  z-index: 3;
}
.p-contents__conversion .c-btnWrap p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-contents__conversion .c-btnWrap p span {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
}
@media screen and (max-width: 960px) {
  .p-contents__conversion .c-btnWrap p {
    font-size: 1.6rem;
  }
}
.p-contents__conversion .c-btnWrap .c-btn {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-contents__conversion .c-btnWrap .c-btn {
    font-size: 1.8rem;
  }
}
.p-contents__detail {
  background: #dcf4f5;
}
@media screen and (max-width: 960px) {
  .p-contents__detail .l-inner {
    text-align: center;
  }
}
.p-contents__detail dl {
  display: flex;
  align-items: center;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-contents__detail dl {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    min-width: 345px;
  }
}
.p-contents__detail dl dt {
  font-size: 1.6rem;
  text-align: center;
  margin-right: 40px;
}
.p-contents__detail dl dt i {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 960px) {
  .p-contents__detail dl dt {
    font-size: 1.5rem;
    width: 31%;
    margin-right: 0;
  }
}
.p-contents__detail dl dd ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}
.p-contents__detail dl dd ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .p-contents__detail dl dd {
    text-align: left;
    width: 67%;
  }
}
.p-contents__detail .-tools, .p-contents__detail .-cases {
  position: relative;
}
.p-contents__detail .-tools::before, .p-contents__detail .-cases::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-contents__detail .-tools::before, .p-contents__detail .-cases::before {
    position: static;
    width: 100%;
    height: 23vh;
  }
}
.p-contents__detail .-tools::before {
  right: 0;
  background: url(../img/device.jpg) no-repeat center/cover;
}
.p-contents__detail .-tools dt i {
  width: 30px;
  height: 30px;
  background: url(../img/section_icon_tools.svg) no-repeat center/100% 100%;
}
.p-contents__detail .-cases::before {
  left: 0;
  background: url(../img/case.jpg) no-repeat center/cover;
}
.p-contents__detail .-cases dl {
  margin-left: auto;
  padding-left: 50px;
}
.p-contents__detail .-cases dl dt i {
  width: 37px;
  height: 37px;
  background: url(../img/section_icon_cases.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 960px) {
  .p-contents__detail .-cases dl {
    padding-left: 0;
  }
}

.p-contact {
  background: linear-gradient(90deg, #3fc0c6 0%, #1aa1e3 100%);
  padding: 70px 0;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding: 50px 0;
  }
}
.p-contact a {
  display: flex;
  align-items: center;
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 70px;
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(11, 69, 141, 0.2);
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 960px) {
  .p-contact a {
    width: 92%;
    max-width: 470px;
    padding: 20px 30px;
  }
}
.p-contact a:hover {
  box-shadow: 0 0 27px rgba(255, 255, 255, 0.5);
}
.p-contact a .c-title {
  color: #1aa1e3;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 960px) {
  .p-contact a .c-title {
    font-size: 1.4rem;
    right: 0px;
    left: 20px;
    padding-left: 0;
    margin: auto;
  }
}
.p-contact a .c-title span {
  color: #0b458d;
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-contact a .c-title span {
    font-size: 1.6rem;
    display: inline-block;
    padding-left: 10px;
  }
}
.p-contact a .c-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../img/section_icon_contact.svg) no-repeat center/100% 100%;
  width: 45px;
  height: 45px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .p-contact a .c-title::before {
    width: 25px;
    height: 25px;
    left: -40px;
  }
}
.p-contact a p {
  margin-left: 65px;
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-contact p {
    color: #fff;
    width: 95%;
    max-width: 450px;
    margin: 20px auto 0;
  }
}

.u-fadeIn_scroll {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}
.u-fadeIn_scroll.-first {
  transition-duration: 500ms;
}
.u-fadeIn_scroll.-second {
  transition-duration: 1200ms;
}
.u-fadeIn_scroll.-third {
  transition-duration: 1500ms;
}

.u-fadeIn_show {
  opacity: 1;
  transform: translate(0, 0);
}

.u-show_s {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-show_s {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .u-show_l {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */