@charset "UTF-8";
/* ==========================================================================
  Foundation
  ========================================================================== */
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
	========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4em;
  line-height: 1;
  color: #343b43;
  letter-spacing: .02em;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 1.6em;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: .7;
  }
}

a:hover, a img, a::before, a::after {
  transition: .2s linear;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
  letter-spacing: .05em;
}

p {
  line-height: 1.8;
}

sup {
  position: relative;
  top: -0.1em;
  font-size: 75.5%;
  vertical-align: top;
}

.t-small {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .t-small {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  Layout
  ========================================================================== */
/* ==========================================================================
  Header
	========================================================================== */
.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 54px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 768px) {
  .l-header {
    min-width: 1200px;
    height: 70px;
    padding-left: 30px;
  }
}

.l-header a {
  text-decoration: none;
}

.header-contents {
  height: 100%;
}

.header-logo {
  margin-right: auto;
}

.header-logo a {
  display: block;
  width: 123.07692px;
}

@media screen and (min-width: 768px) {
  .header-logo a {
    width: 160px;
  }
}

.header-nav,
.header-nav-wrap {
  height: 100%;
}

.header-nav-list {
  height: 100%;
}

.header-nav-list > li {
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin: 0 20px;
}

.header-nav-list > li > a {
  display: block;
  font-size: 88%;
  color: #343b43;
}

@media screen and (max-width: 767px) {
  .header-nav-list > li > a {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-list > li > a:hover {
    color: #1b79da;
  }
}

.header-nav-list > li.li-service a {
  cursor: pointer;
}

.header-nav-list > li.li-mm {
  width: 200px;
  height: 100%;
  margin: 0 0 0 40px;
}

.header-nav-list > li.li-mm a {
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 113%;
  color: #fff;
  text-align: center;
}

.header-nav-list > li.li-mm a::before, .header-nav-list > li.li-mm a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.header-nav-list > li.li-mm a::before {
  z-index: 9;
  background: linear-gradient(to right, #f28e26, #fd644f);
}

.header-nav-list > li.li-mm a::after {
  z-index: 8;
  background: linear-gradient(to right, #ef7200, #fd3e24);
}

.header-nav-list > li.li-mm a img {
  width: 91.66667px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .header-nav-list > li.li-mm a img {
    width: 110px;
  }
}

.header-nav-list > li.li-mm a span {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header-nav-list > li.li-mm a span::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
  transition: .2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .header-nav-list > li.li-mm a:hover {
    color: #fff;
  }
  .header-nav-list > li.li-mm a:hover * {
    opacity: 1;
  }
  .header-nav-list > li.li-mm a:hover::before {
    opacity: 0;
  }
  .header-nav-list > li.li-mm a:hover span::after {
    right: 10px;
  }
}

.header-nav-list > li.li-comingsoon a {
  pointer-events: none;
  opacity: 0.4;
}

.header-nav-list > li:hover ul {
  display: block;
  opacity: 1;
}

.header-nav-list > li > ul {
  position: absolute;
  top: 70px;
  left: 50%;
  display: none;
  min-width: 160px;
  margin: 0 auto;
  padding: 15px 20px;
  background: #1b79da;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-nav-list > li > ul::before {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 0 10px 12px 10px;
  border-style: solid;
  border-color: transparent transparent #1b79da transparent;
  content: "";
}

.header-nav-list > li > ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.header-nav-list > li > ul li a {
  display: block;
  padding-bottom: 10px;
  font-size: 88%;
  color: #fff;
}

.header-nav-list > li > ul li a span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  transition: .2s linear;
}

.header-nav-list > li > ul li a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  width: 6px;
  height: 8px;
  height: 6px;
  margin: auto 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .header-nav-list > li > ul li a:hover span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.header-nav-list > li > ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.header-nav-list > li > ul li:last-child a {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .nav-trigger,
  .nav-trigger span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .4s;
  }
  .nav-trigger {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
  }
  .nav-trigger span {
    position: absolute;
    right: 0;
    left: 0;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background: #233344;
    background-size: 100% auto;
  }
  .nav-trigger span:nth-of-type(1) {
    top: 17px;
  }
  .nav-trigger span:nth-of-type(2) {
    top: 26px;
  }
  .nav-trigger span:nth-of-type(3) {
    top: 35px;
  }
  .nav-trigger.open span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .nav-trigger.open span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-trigger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
  .header-nav-wrap {
    position: fixed;
    top: 54px;
    right: 0;
    bottom: 0;
    width: 160px;
    background: #233344;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  .header-nav-wrap.open {
    -webkit-transform: none;
            transform: none;
  }
  .header-nav-list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .header-nav-list > li {
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  }
  .header-nav-list > li > a {
    padding: 20px 0;
    color: #fff;
  }
  .header-nav-list > li.li-mm {
    width: auto;
    height: auto;
    margin: 0;
  }
  .header-nav-list > li > ul {
    position: static;
    display: block;
    min-width: 200px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .header-nav-list > li > ul:before {
    display: none;
  }
  .header-nav-list > li > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* ==========================================================================
  Footer
	========================================================================== */
.l-footer {
  position: relative;
  z-index: 30;
  background: #233344;
}

.l-footer a {
  text-decoration: none;
}

.footer-contents {
  padding: 30px 0 15px;
}

@media screen and (max-width: 767px) {
  .footer-contents {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .footer-contents {
    padding: 30px 0;
  }
}

.footer-logo {
  width: 160px;
}

.footer-nav {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(204, 204, 204, 0.4);
  }
}

@media screen and (min-width: 768px) {
  .footer-nav {
    margin-left: 80px;
    padding-left: 80px;
    border-left: 1px solid rgba(204, 204, 204, 0.4);
  }
}

.footer-nav-list {
  width: calc(50% - 10px);
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .footer-nav-list {
    width: auto;
    margin-right: 100px;
  }
}

.footer-nav-list:last-child {
  margin-right: 0;
}

.footer-nav-list > li {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .footer-nav-list > li {
    margin-bottom: 1.5em;
  }
}

.footer-nav-list > li > a {
  font-size: 88%;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer-nav-list > li > a:hover {
    opacity: 0.7;
  }
}

.footer-nav-list > li.li-service > a:hover {
  opacity: 1;
}

.footer-nav-list > li.li-comingsoon a {
  pointer-events: none;
  opacity: 0.4;
}

.footer-nav-list > li ul {
  margin-left: 15px;
}

.footer-nav-list > li ul li {
  margin-top: 0.45em;
}

.footer-nav-list > li ul li a {
  font-size: 75%;
  color: #ccc;
}

.footer-nav-list > li ul li a span {
  position: relative;
  padding-left: 14px;
}

.footer-nav-list > li ul li a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 1px;
  margin: auto 0;
  background: #ccc;
  content: "";
}

@media screen and (min-width: 768px) {
  .footer-nav-list > li ul li a:hover {
    opacity: 0.7;
  }
}

.footer-copy {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-copy {
    padding: 15px 0;
  }
}

.btn-top {
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background: #233344;
  font-size: 0;
  white-space: nowrap;
  text-indent: 100%;
}

@media screen and (min-width: 768px) {
  .btn-top {
    top: -50px;
    width: 50px;
    height: 50px;
  }
}

.btn-top::after {
  position: absolute;
  top: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  width: 10px;
  height: 8px;
  height: 10px;
  margin: auto 0;
  margin: auto;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .btn-top::after {
    width: 14px;
    height: 14px;
  }
}

/*SNS追加*/
.sns-logo {
    padding: 50px;
}

.sns-logo img {
  width: 70px;
  height: 70px;
  margin: 10px;
}

/* ==========================================================================
  Main
	========================================================================== */
.l-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.l-wrapper.is-fixed {
  position: fixed;
}

.l-main {
  display: block;
  overflow: hidden;
  background-color: #fff;
}

.l-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

section {
  position: relative;
}

.page-top section .l-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-sub section {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .page-sub section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .page-top section .l-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* ==========================================================================
  Object
  ========================================================================== */
/* ==========================================================================
  Component
	========================================================================== */
.btn-wrapper {
  margin: 30px auto 0;
  text-align: center;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn::before, .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.btn::before {
  z-index: 9;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
}

.btn::after {
  z-index: 8;
  background: linear-gradient(to right, #0056ca, #2389f0);
}

.btn span {
  position: relative;
  z-index: 10;
  display: block;
  padding: 12px 30px;
}

.btn span::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
  transition: .2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .btn:hover::before {
    opacity: 0;
  }
  .btn:hover span::after {
    right: 10px;
  }
}

.btn-back span::after {
  left: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
  .btn-back:hover span::after {
    left: 10px;
  }
}

.bg-slanting {
  position: relative;
}

.bg-slanting::before {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
}

.bg-slanting .l-inner {
  position: relative;
  z-index: 30;
}

.bg-bluell {
  background: #eaf4ff;
}

.l-flex {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

.l-flex-aligncenter {
  -webkit-align-items: center;
          align-items: center;
}

.l-flex-justcenter {
  -webkit-justify-content: center;
          justify-content: center;
}

.l-flex-justbetween {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.top-heading02 {
  margin: 0 auto 40px;
  font-size: 81%;
  color: #92afcb;
  text-align: center;
}

.top-heading02 span {
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 0.25em;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
  -webkit-background-clip: text;
  font-size: 323%;
  font-weight: 700;
  color: #1b79da;
  letter-spacing: .07em;
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}

@media all and (-ms-high-contrast: none) {
  .top-heading02 span {
    background: none;
    color: #1b79da;
  }
}

@media screen and (min-width: 768px) {
  .top-heading02 {
    margin-bottom: 60px;
  }
}

.headline {
  position: relative;
  z-index: 30;
  height: 150px;
  background: url(../images/common/headline_bg_l.png) no-repeat center left -25px, url(../images/common/headline_bg_r.png) no-repeat center right -30px, #fff;
  background-size: auto 100%, auto 100%, auto;
}

@media screen and (min-width: 768px) {
  .headline {
    height: 270px;
    background-position: center left, center right;
  }
}

.headline::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(234, 244, 255, 0.3), rgba(234, 244, 255, 0));
  content: "";
}

.headline .ttl {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  padding-top: 54px;
  font-size: 81%;
  color: #92afcb;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .headline .ttl {
    padding-top: 70px;
  }
}

.headline .ttl > span {
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 0.2em;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
  -webkit-background-clip: text;
  font-size: 308%;
  font-weight: 700;
  color: #1b79da;
  letter-spacing: .07em;
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}

@media all and (-ms-high-contrast: none) {
  .headline .ttl > span {
    background: none;
    color: #1b79da;
  }
}

@media screen and (min-width: 768px) {
  .headline .ttl > span {
    margin-bottom: 0.25em;
    font-size: 323%;
  }
}

@media screen and (min-width: 768px) {
  .headline .ttl {
    margin-bottom: 60px;
  }
}

.heading03 {
  margin: 0 auto 30px;
  font-size: 150%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .heading03 {
    margin-bottom: 60px;
    font-size: 225%;
  }
}

.heading03 span {
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  padding-bottom: 0.7em;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
  -webkit-background-clip: text;
  font-weight: 700;
  color: #1b79da;
}

@media all and (-ms-high-contrast: none) {
  .heading03 span {
    background: none;
    color: #1b79da;
  }
}

@media screen and (min-width: 768px) {
  .heading03 span {
    padding-bottom: 0.5em;
  }
}

.heading03 span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background: #92afcb;
  content: "";
}

@media screen and (min-width: 768px) {
  .heading03 span::after {
    width: 90px;
  }
}

.obj-anim img {
  position: absolute;
  z-index: 21;
  transition: all 0.4s ease-out;
}

.animation {
  opacity: 0;
}

.fadeIn.is-show {
  position: relative;
  opacity: 1;
  transition: .6s ease-out;
}

.fadeInUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeInUp.is-show {
  position: relative;
  opacity: 1;
  transition: .6s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
  Project
	========================================================================== */
/* =======================================================
  TOP
	======================================================= */
.top-mv {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-mv {
    height: 0;
    padding: calc(70px + 120%) 0 0;
  }
}

@media screen and (min-width: 768px) {
  .top-mv {
    height: 600px;
  }
  .top-mv::before {
    top: 77px;
    width: 240px;
    height: 527px;
    margin-left: -700px;
  }
  .top-mv::after {
    top: 0;
    width: 950px;
    height: 634px;
    margin-right: -1150px;
  }
}

.top-mv .l-inner {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top-mv .l-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-mv-contents {
  position: absolute;
  z-index: 31;
  top: 52%;
  left: 20px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .top-mv-contents {
    top: 48%;
    left: 40px;
  }
}

.top-mv-contents .catch {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .top-mv-contents .catch {
    margin-bottom: 30px;
  }
}

.top-mv-contents .catch .catch-inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0.4em;
  padding: 3px 5px;
}

@media screen and (min-width: 768px) {
  .top-mv-contents .catch .catch-inner {
    margin-bottom: 0.5em;
    padding: 4px 5px;
  }
}

.top-mv-contents .catch .txt {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 4.53333vw;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}

@media screen and (min-width: 768px) {
  .top-mv-contents .catch .txt {
    font-size: 2.2rem;
  }
}

.top-mv-contents .catch .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #f28e26, #fd644f);
}

.top-mv-contents.is-show .catch .txt {
  -webkit-animation: slideUp 0.2s 0.2s ease-in forwards;
          animation: slideUp 0.2s 0.2s ease-in forwards;
}

.top-mv-contents.is-show .catch .overlay {
  -webkit-animation: overlay 0.4s ease-in forwards;
          animation: overlay 0.4s ease-in forwards;
}

@media screen and (max-width: 767px) {
  .top-mv-contents.is-show .catch .catch-wrap:nth-child(2) .txt {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .top-mv-contents.is-show .catch .catch-wrap:nth-child(2) .overlay {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .top-mv-contents.is-show .catch .catch-wrap:nth-child(3) .txt {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .top-mv-contents.is-show .catch .catch-wrap:nth-child(3) .overlay {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@media screen and (min-width: 768px) {
  .top-mv-contents.is-show .catch .catch-wrap:last-child .txt {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .top-mv-contents.is-show .catch .catch-wrap:last-child .overlay {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.top-mv-contents h1 {
  font-size: 11.2vw;
  line-height: 1.25;
  color: #44505b;
  letter-spacing: 0.08em;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .top-mv-contents h1 {
    font-size: 6.8rem;
  }
}

.top-mv-contents h1 span {
  font-size: 90%;
  font-weight: 700;
}

.top-mv-contents h1 .t-en {
  font-size: 106%;
}

.top-mv-contents.is-show h1 {
  -webkit-animation: fadeIn 0.8s 1.5s ease-in forwards;
          animation: fadeIn 0.8s 1.5s ease-in forwards;
}

@media screen and (min-width: 768px) {
  .top-mv-contents.is-show h1 {
    -webkit-animation: fadeIn 0.8s 1.1s ease-in forwards;
            animation: fadeIn 0.8s 1.1s ease-in forwards;
  }
}

@-webkit-keyframes slideUp {
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes overlay {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
    margin-left: 0;
  }
}

@keyframes overlay {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
    margin-left: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-mv-photo > div {
  -webkit-perspective: 800px;
          perspective: 800px;
  position: absolute;
  z-index: 30;
  width: 166.66667px;
  opacity: 0;
}

@media screen and (max-width: 320px) {
  .top-mv-photo > div {
    width: 157.89474px;
  }
}

@media screen and (min-width: 768px) {
  .top-mv-photo > div {
    width: 300px;
    border-width: 2px;
  }
}

.top-mv-photo > div img {
  border: 1px solid #fff;
  box-shadow: 0 0 30px 0 rgba(146, 175, 203, 0.4);
}

.top-mv-photo .photo01 {
  z-index: 31;
}

@media screen and (max-width: 767px) {
  .top-mv-photo .photo01 {
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .top-mv-photo .photo01 {
    right: 0;
    bottom: 140px;
    left: 0;
    margin: 0 auto;
  }
}

.top-mv-photo .photo02 {
  right: 3%;
  bottom: 7%;
}

@media screen and (min-width: 768px) {
  .top-mv-photo .photo02 {
    right: 70px;
    bottom: 40px;
  }
}

.top-mv-photo .photo02 img {
  -webkit-transform: rotateY(-15deg);
          transform: rotateY(-15deg);
}

.top-mv-photo .photo03 {
  top: 14%;
  left: 1.5%;
}

@media screen and (min-width: 768px) {
  .top-mv-photo .photo03 {
    top: 130px;
    left: 40px;
  }
}

.top-mv-photo .photo03 img {
  -webkit-transform: rotateY(25deg);
          transform: rotateY(25deg);
}

.top-mv-photo .photo04 {
  top: 20%;
  right: 6%;
}

@media screen and (min-width: 768px) {
  .top-mv-photo .photo04 {
    top: 90px;
    right: 140px;
  }
}

.top-mv-photo .photo04 img {
  -webkit-transform: rotateX(-10deg) rotateY(-25deg) rotateZ(-10deg);
          transform: rotateX(-10deg) rotateY(-25deg) rotateZ(-10deg);
}

.top-mv-photo .photo05 {
  z-index: 31;
  bottom: 12%;
  left: 4%;
}

@media screen and (min-width: 768px) {
  .top-mv-photo .photo05 {
    bottom: 20px;
    left: 140px;
  }
}

.top-mv-photo .photo05 img {
  -webkit-transform: rotateX(20deg) rotateY(25deg) rotateZ(-10deg);
          transform: rotateX(20deg) rotateY(25deg) rotateZ(-10deg);
}

.top-mv-obj01 {
  top: 115px;
  right: 275px;
  width: 87px;
}

@media screen and (max-width: 767px) {
  .top-mv-obj01 {
    display: none;
  }
}

.top-mv-obj02 {
  top: 275px;
  right: 12px;
  width: 117.5px;
}

@media screen and (max-width: 767px) {
  .top-mv-obj02 {
    display: none;
  }
}

.top-mv-obj03, .top-mv-obj04, .top-mv-obj05 {
  top: 0;
  right: 50%;
  width: 733px;
  margin-right: -933px;
}

.top-mv-obj06, .top-mv-obj07, .top-mv-obj08 {
  top: 77px;
  left: 50%;
  width: 540px;
  margin-left: -1000px;
}

.top-mv-obj09, .top-mv-obj10, .top-mv-obj11 {
  top: 0;
}

.top-intro::before {
  z-index: 5;
  background: #eaf4ff;
}

section.top-intro .l-inner {
  padding-top: 0;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  section.top-intro .l-inner {
    padding-bottom: 20px;
  }
}

.top-intro-graph {
  width: 80%;
  max-width: 420.8px;
}

@media screen and (max-width: 767px) {
  .top-intro-graph {
    margin-top: -10%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-intro-graph {
    max-width: 526px;
    margin-right: 70px;
  }
}

.top-intro-txt p {
  padding-left: 20px;
  border-left: 6px solid #1b79da;
  font-size: 113%;
  font-weight: 700;
  color: #1b79da;
}

@media screen and (max-width: 767px) {
  .top-intro-txt {
    width: 240px;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .top-intro-txt {
    font-size: 138%;
  }
}

.top-intro-obj01 {
  top: -10px;
  right: -25px;
  width: 137.25px;
}

@media screen and (min-width: 768px) {
  .top-intro-obj01 {
    top: 50px;
    right: -187px;
    width: 274.5px;
  }
}

.top-intro-obj02 {
  bottom: 60px;
  left: 15px;
  width: 55.5px;
}

@media screen and (min-width: 768px) {
  .top-intro-obj02 {
    bottom: 100px;
    left: -125px;
    width: 111px;
  }
}

.top-service::before {
  background: url(../images/common/bg_blue_shape.jpg) no-repeat center #0150ac;
  background-size: cover;
}

.top-service::after {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 127, 247, 0.3);
  content: "";
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
}

.top-service .top-heading02 {
  position: relative;
  z-index: 3;
  color: #fff;
}

.top-service .top-heading02 span {
  -webkit-text-fill-color: unset;
  background: none;
  -webkit-background-clip: unset;
  color: #fff;
}

section.top-service .l-inner {
  padding-bottom: 110px;
}

@media screen and (min-width: 768px) {
  section.top-service .l-inner {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .top-service-list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.top-service-list li {
  position: relative;
  padding: 10px 0 25px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top-service-list li:first-child {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .top-service-list li {
    width: calc(50% - 20px);
    padding: 20px 0 40px;
  }
}

.top-service-list h3 {
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.6em;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
  -webkit-background-clip: text;
  font-size: 175%;
  line-height: 1.3;
  color: #1b79da;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .top-service-list h3 {
    background: none;
    color: #1b79da;
  }
}

.top-service-list h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  background: #1b79da;
  content: "";
}

.top-service-list h3 span {
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 0.6em;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
  -webkit-background-clip: text;
  font-size: 43%;
  font-weight: 700;
  color: #1b79da;
}

@media all and (-ms-high-contrast: none) {
  .top-service-list h3 span {
    background: none;
    color: #1b79da;
  }
}

.top-service-list p {
  margin-top: 15px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .top-service-list p {
    margin-top: 25px;
    padding: 0 35px;
  }
}

.top-service-list .bottom-txt {
  position: absolute;
  bottom: -32px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .top-service-list .bottom-txt {
    bottom: -3%;
  }
}

@media screen and (min-width: 768px) {
  .top-service-list .bottom-txt {
    bottom: -46px;
  }
}

.top-service-obj01 {
  top: -65px;
  right: 5px;
  width: 84.5px;
}

@media screen and (min-width: 768px) {
  .top-service-obj01 {
    top: -170px;
    right: -50px;
    width: 169px;
  }
}

.top-service-obj02 {
  bottom: -40px;
  left: 10px;
  width: 55.5px;
}

@media screen and (min-width: 768px) {
  .top-service-obj02 {
    bottom: -110px;
    left: -80px;
    width: 111px;
  }
}

.top-news-list {
  max-width: 800px;
  margin: 0 auto;
}

.top-news-list li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.top-news-list li a {
  font-size: 94%;
  color: #343b43;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .top-news-list li a {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .top-news-list li a:hover p.ttl {
    text-decoration: underline;
  }
}

.top-news-list li p.ttl {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .top-news-list li p.ttl {
    width: calc(100% - 200px - 30px);
  }
}

.top-news-inside {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .top-news-inside {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.top-news-inside .date {
  width: 80px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .top-news-inside .date {
    width: 90px;
  }
}

.top-news-inside .category {
  min-width: 90px;
  padding: 3px 6px;
  background: #92afcb;
  font-size: 75%;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-news-inside .category {
    min-width: 100px;
  }
}

.top-news-obj01 {
  right: -50px;
  bottom: -10px;
  width: 185px;
}

@media screen and (min-width: 768px) {
  .top-news-obj01 {
    right: -145px;
    bottom: -80px;
    width: 370px;
  }
}

.top-news-obj02 {
  top: -80px;
  right: -80px;
  width: 159px;
}

@media screen and (min-width: 768px) {
  .top-news-obj02 {
    top: -120px;
    right: -250px;
    width: 318px;
  }
}

.top-news-obj03 {
  bottom: 80px;
  left: -280px;
  width: 326px;
}

@media screen and (max-width: 767px) {
  .top-news-obj03 {
    display: none;
  }
}

/* ==========================================================================
  Project - SERVICE
	========================================================================== */
.headline img {
  max-width: 382px;
}

@media screen and (max-width: 767px) {
  .headline img {
    width: 75%;
  }
}

.page-service .headline .ttl > span {
  font-size: 2.6rem;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .page-service .headline .ttl > span {
    font-size: 3.6rem;
  }
}

.page-service .headline .ttl .t-en, .page-service .headline .ttl .t-ja {
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
  -webkit-background-clip: text;
  font-weight: 700;
  color: #1b79da;
}

@media all and (-ms-high-contrast: none) {
  .page-service .headline .ttl .t-en, .page-service .headline .ttl .t-ja {
    background: none;
    color: #1b79da;
  }
}

.page-service .headline .ttl .t-en {
  font-size: 3.2rem;
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@media screen and (min-width: 768px) {
  .page-service .headline .ttl .t-en {
    font-size: 4.2rem;
  }
}

/* =======================================================
  MEDIA MATCH - SERVICE
	======================================================= */
.service-mm-mv {
  margin-top: -150px;
}

.service-mm-mv::before {
  height: 90%;
  background: url(../images/common/bg_blue_shape.jpg) no-repeat center top #0150ac;
  background-size: cover;
}

.service-mm-mv .l-inner {
  padding-top: 180px;
}

@media screen and (max-width: 767px) {
  .service-mm-mv .l-inner {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .service-mm-mv .l-inner {
    padding-top: 210px;
  }
}

.service-mm-mv h2 {
  margin: 0 auto 15px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-mm-mv h2 {
    margin-bottom: 50px;
    font-size: 4rem;
  }
}

.service-mm-mv h2 span {
  font-size: 75%;
  font-weight: 700;
}

.mm-mv-graph {
  width: 70%;
  max-width: 626px;
}

@media screen and (min-width: 768px) {
  .mm-mv-graph {
    margin: 0 350px 0 auto;
  }
}

.mm-mv-pc {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 70%;
  max-width: 490px;
}

@media screen and (min-width: 768px) {
  .mm-mv-pc {
    right: 0;
    bottom: -60px;
  }
}

.mm-mv-pc img {
  -webkit-filter: drop-shadow(0 0 10px rgba(21, 31, 41, 0.2));
          filter: drop-shadow(0 0 10px rgba(21, 31, 41, 0.2));
}

.service-mm-intro .l-inner {
  z-index: 21;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .service-mm-intro .l-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.mm-intro-contents {
  position: relative;
}

@media screen and (max-width: 767px) {
  .mm-intro-contents {
    padding-bottom: 55%;
  }
}

.mm-intro-graph {
  width: 85%;
  margin-left: 10%;
  max-width: 526px;
}

@media screen and (max-width: 767px) {
  .mm-intro-graph {
    -webkit-order: 2;
            order: 2;
    position: absolute;
    bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mm-intro-txt {
    -webkit-order: 1;
            order: 1;
    margin-bottom: 22%;
  }
}

@media screen and (min-width: 768px) {
  .mm-intro-txt {
    min-width: 350px;
    margin-top: 150px;
    margin-left: 30px;
  }
}

.mm-intro-txt h3 {
  margin-bottom: 1.4em;
}

.mm-intro-txt h3 span {
  display: inline-block;
  padding: 4px 8px;
  background: linear-gradient(to right, #1b77d4, #4ea1f3);
  font-size: 150%;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .mm-intro-txt h3 span {
    font-size: 175%;
  }
}

.mm-intro-txt p {
  margin-bottom: 20px;
  font-size: 106%;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .mm-intro-txt p {
    font-size: 113%;
  }
}

.mm-intro-pc {
  -webkit-filter: drop-shadow(0 0 10px rgba(21, 31, 41, 0.2));
          filter: drop-shadow(0 0 10px rgba(21, 31, 41, 0.2));
  width: 52%;
  margin: 0 0 0 48%;
}

@media screen and (min-width: 768px) {
  .mm-intro-pc {
    width: 439px;
    margin: 0 0 0 50px;
  }
}

.mm-intro-obj01 {
  top: -110px;
  left: -60px;
  width: 142.25px;
}

@media screen and (min-width: 768px) {
  .mm-intro-obj01 {
    top: -100px;
    left: -250px;
    width: 284.5px;
  }
}

.mm-intro-obj02 {
  right: -90px;
  bottom: 60px;
  width: 159px;
}

@media screen and (min-width: 768px) {
  .mm-intro-obj02 {
    top: 50px;
    right: -320px;
    bottom: auto;
    width: 318px;
  }
}

@media screen and (max-width: 767px) {
  .mm-intro-obj03 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mm-intro-obj03 {
    bottom: 0;
    left: -125px;
    width: 111px;
  }
}

.mm-point-contents {
  position: relative;
}

.mm-point-contents::after {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaf4ff;
  content: "";
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
}

.mm-point-contents .point .l-inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.mm-point-contents .point .ttl {
  margin-bottom: 0.7em;
  font-size: 8.125vw;
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point .ttl {
    font-size: 250%;
  }
}

.mm-point-contents .point .ttl span {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 45%;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}

.mm-point-contents .point .ttl span::after {
  display: inline-block;
  width: 110px;
  height: 1px;
  margin-left: 10px;
  background: #fff;
  vertical-align: middle;
  content: "";
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point .ttl span::after {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mm-point-contents .point-txt {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point-txt {
    margin-right: 100px;
  }
}

.mm-point-contents .point01, .mm-point-contents .point03 {
  color: #fff;
}

.mm-point-contents .point01::before {
  background: url(../images/service/mm_point01_num.png) no-repeat top -30px left -20px, linear-gradient(33deg, #1d80e1 20%, #b9c9ef);
  background-size: 220.33333px auto, auto;
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point01::before {
    background-position: top -50px left -40px, auto;
    background-size: 330.5px auto, auto;
  }
}

@media screen and (max-width: 767px) {
  .mm-point-contents .point01 .l-inner {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point01 .l-inner {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

.mm-point-contents .point01 .point-img {
  -webkit-perspective: 800px;
          perspective: 800px;
  position: relative;
  z-index: 30;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .mm-point-contents .point01 .point-img {
    margin-left: -25px;
  }
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point01 .point-img {
    margin-top: -50px;
  }
}

.mm-point-contents .point01 .point-img::after {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -19px;
  width: 27px;
  height: 181px;
  background: url(../images/service/mm_point01_after.png) no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point01 .point-img::after {
    top: -30px;
    left: -38px;
    width: 54px;
    height: 362px;
  }
}

.mm-point-contents .point01 .point-img img {
  box-shadow: 15px 15px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg);
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point01 .point-img img {
    box-shadow: 30px 30px 0 0 rgba(255, 255, 255, 0.2);
  }
}

.mm-point-contents .point02::before {
  background: url(../images/service/mm_point02_num.png) no-repeat top -30px right -20px, linear-gradient(33deg, #f9e7ff 25%, #fff);
  background-size: 276.66667px auto, auto;
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point02::before {
    background-position: top -50px left -40px, auto;
    background-size: 415px auto, auto;
  }
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point02 .l-inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.mm-point-contents .point02 .ttl {
  color: #1b79da;
}

.mm-point-contents .point02 .ttl span::after {
  background: #1b79da;
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point02 .point-txt {
    -webkit-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 100px;
  }
}

.mm-point-contents .point02 .point-img {
  width: 510px;
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point02 .point-img {
    -webkit-order: 1;
            order: 1;
  }
}

.mm-point-contents .point03::before {
  background: url(../images/service/mm_point03_num.png) no-repeat top -30px left -20px, linear-gradient(33deg, #b9c9ef, #1d80e1 80%);
  background-size: 277.33333px auto, auto;
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point03::before {
    background-position: top -50px left -40px, auto;
    background-size: 416px auto, auto;
  }
}

.mm-point-contents .point03::after {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point03 .l-inner {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}

.mm-point-contents .point03 .point-img {
  position: relative;
  width: 460px;
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point03 .point-img {
    margin-top: -40px;
  }
}

.mm-point-contents .point03 .point-img::after {
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -40px;
  width: 88px;
  height: 132.5px;
  background: url(../images/service/mm_point03_after.png) no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point03 .point-img::after {
    top: -60px;
    right: -82px;
    width: 176px;
    height: 265px;
  }
}

.mm-point-contents .point03 .point-img img {
  box-shadow: 15px 15px 0 0 rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  .mm-point-contents .point03 .point-img img {
    box-shadow: 30px 30px 0 0 rgba(255, 255, 255, 0.2);
  }
}

.mm-point-obj01 {
  top: -10px;
  right: 0px;
  width: 84.5px;
}

@media screen and (min-width: 768px) {
  .mm-point-obj01 {
    top: -80px;
    right: -60px;
    width: 169px;
  }
}

.mm-point-obj02 {
  top: -35px;
  left: 10px;
  width: 55.5px;
}

@media screen and (min-width: 768px) {
  .mm-point-obj02 {
    top: -10px;
    left: -200px;
    width: 111px;
  }
}

.mm-point-obj03 {
  right: -25px;
  bottom: -80px;
  width: 142.25px;
}

@media screen and (min-width: 768px) {
  .mm-point-obj03 {
    right: -260px;
    bottom: 35px;
    width: 284.5px;
  }
}

@media screen and (max-width: 767px) {
  .mm-point-obj04 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mm-point-obj04 {
    bottom: 30px;
    left: -240px;
    width: 370px;
  }
}

.service-mm-member {
  position: relative;
  z-index: 30;
  margin-top: -120px;
  padding: 30px 0;
  background: linear-gradient(to right, #f28e26, #fd644f);
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-mm-member {
    padding: 50px 0;
  }
}

.service-mm-member h3 {
  margin-bottom: 1em;
  font-size: 150%;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .service-mm-member h3 {
    font-size: 175%;
  }
}

.mm-member-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border: 2px solid #fff;
  background: #fff;
  font-size: 113%;
  font-weight: 700;
  color: #fd644f;
  text-decoration: none;
  transition: .2s linear;
}

@media screen and (min-width: 768px) {
  .mm-member-btn {
    width: 340px;
    padding: 24px 0;
    font-size: 138%;
  }
}

.mm-member-btn::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  border-color: #fd644f;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .mm-member-btn:hover {
    background: #fd644f;
    color: #fff;
  }
  .mm-member-btn:hover::after {
    right: 10px;
    border-color: #fff;
  }
}

.service-mm-flow {
  position: relative;
  z-index: 20;
  padding: 40px 0 50px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .service-mm-flow {
    padding: 80px 0 100px;
    text-align: center;
  }
}

.service-mm-flow > .l-inner > p {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .mm-flow-list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.mm-flow-list li {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  display: -webkit-flex;
  display: flex;
  min-height: 72px;
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(to top, #1b77d4, #4ea1f3);
  font-size: 113%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mm-flow-list li {
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 25px;
    font-size: 4.0625vw;
  }
}

@media screen and (min-width: 768px) {
  .mm-flow-list li {
    -webkit-flex-direction: column;
            flex-direction: column;
    /*min-width: 250px;*/
    min-height: 240px;
    padding: 13px 20px 15px;
    margin-bottom: 30px;
  }
}

.mm-flow-list li::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 12px 11px 0 11px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  content: "";
}

@media screen and (min-width: 768px) {
  .mm-flow-list li::after {
    top: 0;
    right: -25px;
    bottom: 0;
    left: auto;
    margin: auto 0;
    border-width: 14px 0 14px 15px;
    border-color: transparent transparent transparent #ccc;
  }
}

@media screen and (min-width: 768px) {
  .mm-flow-list li img {
    width: 101.5px;
  }
}

/*.mm-flow-list li:last-child {
  background: #fd644f;
}*/

@media screen and (max-width: 767px) {
  .mm-flow-list li:last-child {
    margin-bottom: 0;
    text-align: center;
  }
}

.mm-flow-list li:last-child::after {
  display: none;
}

/*.mm-flow-list li:last-child p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 122%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}*/

@media screen and (max-width: 767px) {
  .mm-flow-list img {
    width: 40%;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .mm-flow-list img {
    margin: 0 auto auto;
  }
}

.mm-flow-list p {
  font-weight: 700;
}

.service-mm-pr {
  padding: 40px 0 50px;
}

@media screen and (min-width: 768px) {
  .service-mm-pr {
    padding: 80px 0 100px;
  }
}

.service-mm-pr h4 {
  margin-bottom: 0.5em;
  font-size: 4.6875vw;
  line-height: 1.4;
  color: #1b79da;
}

@media screen and (min-width: 768px) {
  .service-mm-pr h4 {
    font-size: 175%;
  }
}

.service-mm-pr h4 span {
  color: #343b43;
}

.service-mm-pr > .l-inner > p {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .mm-pr-list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.mm-pr-list li {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .mm-pr-list li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    padding: 30px;
  }
}

.mm-pr-list h5 {
  margin-bottom: 1em;
  font-size: 113%;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .mm-pr-list h5 {
    font-size: 125%;
  }
}

.mm-pr-list h5 span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .mm-pr-list h5 span {
    padding-left: 65px;
  }
}

.mm-pr-list h5 span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.mm-pr-list li:nth-child(1) h5 span::before {
  width: 21.33333px;
  height: 26.33333px;
  background-image: url(../images/service/mm_pr_icon01.png);
}

@media screen and (min-width: 768px) {
  .mm-pr-list li:nth-child(1) h5 span::before {
    width: 32px;
    height: 39.5px;
  }
}

.mm-pr-list li:nth-child(2) h5 span::before {
  width: 33px;
  height: 29.33333px;
  background-image: url(../images/service/mm_pr_icon02.png);
}

@media screen and (min-width: 768px) {
  .mm-pr-list li:nth-child(2) h5 span::before {
    width: 49.5px;
    height: 44px;
  }
}

.mm-pr-list li:nth-child(3) h5 span::before {
  width: 25.33333px;
  height: 32.66667px;
  background-image: url(../images/service/mm_pr_icon03.png);
}

@media screen and (min-width: 768px) {
  .mm-pr-list li:nth-child(3) h5 span::before {
    width: 38px;
    height: 49px;
  }
}

.mm-pr-list li:nth-child(4) h5 span::before {
  width: 30.33333px;
  height: 27.33333px;
  background-image: url(../images/service/mm_pr_icon04.png);
}

@media screen and (min-width: 768px) {
  .mm-pr-list li:nth-child(4) h5 span::before {
    width: 45.5px;
    height: 41px;
  }
}

.mm-pr-list strong {
  background: rgba(242, 142, 38, 0.3);
  font-weight: 500;
}

.mm-pr-list p {
  margin-bottom: 1em;
}

.mm-pr-list p:last-child {
  margin-bottom: 0;
}

/* =======================================================
  SNS - SERVICE
	======================================================= */
.service-sns-mv {
  margin-top: -150px;
}

.service-sns-mv::before {
  height: 90%;
  background: url(../images/service/sns_mv_bg_sp.png) no-repeat bottom -60px right -110px, url(../images/common/bg_blue_shape.jpg) no-repeat center top #0150ac;
  background-size: auto 80%, cover;
}

@media screen and (min-width: 768px) {
  .service-sns-mv::before {
    background-image: url(../images/service/sns_mv_bg.png), url(../images/common/bg_blue_shape.jpg);
    background-position: bottom -220px right 15%, center top;
    background-size: auto 125%, cover;
  }
}

.service-sns-mv .l-inner {
  padding-top: 180px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .service-sns-mv .l-inner {
    padding-top: 250px;
    padding-bottom: 160px;
    padding-left: 80px;
  }
}

.service-sns-mv h2 {
  margin-bottom: 1.4em;
}

.service-sns-mv h2 span {
  display: inline-block;
  padding: 4px 8px;
  background: #fff;
  font-size: 150%;
  font-weight: 700;
  color: #0150ac;
}

@media screen and (min-width: 768px) {
  .service-sns-mv h2 span {
    font-size: 175%;
  }
}

.service-sns-mv p {
  font-size: 106%;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service-sns-mv p {
    width: 65%;
  }
}

@media screen and (min-width: 768px) {
  .service-sns-mv p {
    font-size: 113%;
  }
}

@media screen and (max-width: 767px) {
  .sns-mv-obj01 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sns-mv-obj01 {
    bottom: 100px;
    left: -220px;
    width: 111px;
  }
}

.sns-mv-obj02 {
  bottom: -30px;
  left: 5px;
  width: 55.5px;
}

@media screen and (min-width: 768px) {
  .sns-mv-obj02 {
    bottom: -80px;
    left: -160px;
    width: 111px;
  }
}

.sns-mv-obj03 {
  right: -5px;
  bottom: -15px;
  width: 84.5px;
}

@media screen and (min-width: 768px) {
  .sns-mv-obj03 {
    right: -50px;
    bottom: -15px;
    width: 169px;
  }
}

.service-sns-measure {
  padding: 10px 0 50px;
}

@media screen and (min-width: 768px) {
  .service-sns-measure {
    padding: 50px 0 100px;
  }
}

.sns-measure-contents {
  position: relative;
  margin: 30px auto 25px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .sns-measure-contents {
    margin: 40px auto;
    padding-bottom: 68px;
  }
}

.sns-measure-contents::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #1b79da transparent transparent transparent;
  content: "";
}

@media screen and (min-width: 768px) {
  .sns-measure-contents::after {
    border-width: 28px 28px 0 28px;
  }
}

.sns-measure-box {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background: linear-gradient(to top, #f6ecf8, #5aa3ea);
}

@media screen and (min-width: 768px) {
  .sns-measure-box {
    width: 50%;
    padding: 60px 0;
  }
}

.sns-measure-box::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.sns-measure-box .box-inner {
  position: relative;
  padding: 10px 20px 25px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sns-measure-box .box-inner {
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sns-measure-box .box-inner {
    width: 550px;
    padding: 35px 50px;
  }
}

.sns-measure-box h4 {
  margin-bottom: 20px;
  font-size: 150%;
  color: #1b79da;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sns-measure-box h4 {
    margin-bottom: 40px;
    font-size: 175%;
  }
}

.sns-measure-box h4 span {
  display: inline-block;
  margin-bottom: 0.4em;
  font-size: 50%;
  font-weight: 700;
  color: rgba(146, 175, 203, 0.8);
}

.sns-measure-box h5 {
  margin: 1.8em auto 1em;
  padding: 4px 6px;
  background: #85898e;
  font-size: 113%;
  color: #fff;
}

.sns-measure-box .graph {
  position: relative;
}

.sns-measure-box .circle {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(to right, #3db6e3, #5867f4);
}

@media screen and (max-width: 320px) {
  .sns-measure-box .circle {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .sns-measure-box .circle {
    width: 180px;
    height: 180px;
    margin: 0 auto 40px;
  }
}

.sns-measure-box .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 113%;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 320px) {
  .sns-measure-box .circle span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .sns-measure-box .circle span {
    font-size: 138%;
  }
}

@media screen and (max-width: 767px) {
  .sns-measure-box .shop {
    width: calc(100% - 120px - 11px);
    max-width: 210.38462px;
    margin-left: 11px;
  }
}

@media screen and (max-width: 320px) {
  .sns-measure-box .shop {
    width: calc(100% - 100px - 11px);
    margin-left: 11px;
  }
}

.sns-measure-box ul {
  padding-left: 1.2em;
}

.sns-measure-box ul li {
  list-style-position: outside;
  list-style-type: disc;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sns-measure-box .list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.sns-measure-box .list .img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .sns-measure-box .list .img {
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 768px) {
  .sns-measure-box .list p {
    width: calc(100% - 100px - 20px);
  }
}

.sns-measure-box .list p strong {
  color: #1b79da;
}

.sns-measure-box.measure01::after {
  top: 5px;
  left: -20px;
  width: 80px;
  height: 470.66667px;
  background-image: url(../images/service/sns_measure01_after.png);
  content: "";
}

@media screen and (min-width: 768px) {
  .sns-measure-box.measure01::after {
    top: 25px;
    left: 50%;
    width: 120px;
    height: 706px;
    margin-left: -650px;
  }
}

.sns-measure-box.measure01 .box-inner {
  position: relative;
  z-index: 32;
  margin: 0 0 0 auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (min-width: 768px) {
  .sns-measure-box.measure01 .box-inner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - (35px * 2));
    margin: auto 0;
    background: #ccc;
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .sns-measure-box.measure01 .shop {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: -222px;
    width: 346.19048px;
  }
}

@media screen and (min-width: 768px) {
  .sns-measure-box.measure02 {
    background: linear-gradient(to bottom, #f6ecf8, #5aa3ea);
  }
}

.sns-measure-box.measure02::after {
  right: -40px;
  bottom: 220px;
  width: 107.33333px;
  height: 412.66667px;
  background-image: url(../images/service/sns_measure02_after.png);
  content: "";
}

@media screen and (min-width: 768px) {
  .sns-measure-box.measure02::after {
    top: 50px;
    right: 50%;
    bottom: auto;
    width: 161px;
    height: 619px;
    margin-right: -660px;
  }
}

.sns-measure-box.measure02 .box-inner {
  z-index: 31;
  margin: 0 auto 0 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sns-measure-obj01 {
  top: -80px;
  right: -60px;
  width: 156.25px;
}

@media screen and (min-width: 768px) {
  .sns-measure-obj01 {
    top: -220px;
    right: 50%;
    width: 312.5px;
    margin-right: -700px;
  }
}

.sns-measure-obj02 {
  top: 60%;
  left: -40px;
  width: 139.75px;
}

@media screen and (min-width: 768px) {
  .sns-measure-obj02 {
    top: 340px;
    left: 50%;
    width: 279.5px;
    margin-left: -700px;
  }
}

.sns-measure-obj03 {
  right: -45px;
  bottom: 0;
  width: 142.25px;
}

@media screen and (min-width: 768px) {
  .sns-measure-obj03 {
    right: 50%;
    bottom: 0;
    width: 284.5px;
    margin-right: -750px;
  }
}

.sns-measure-lead p {
  font-weight: 700;
  color: #1b79da;
}

@media screen and (max-width: 767px) {
  .sns-measure-lead p {
    font-size: 5.3125vw;
  }
}

@media screen and (min-width: 768px) {
  .sns-measure-lead p {
    font-size: 175%;
  }
}

.sns-lead-obj01 {
  top: -50px;
  left: 10px;
  width: 56px;
}

@media screen and (min-width: 768px) {
  .sns-lead-obj01 {
    top: -75px;
    left: -50px;
    width: 112px;
  }
}

.sns-lead-obj02 {
  right: -30px;
  bottom: -80px;
  width: 185px;
}

@media screen and (min-width: 768px) {
  .sns-lead-obj02 {
    right: -160px;
    bottom: -160px;
    width: 370px;
  }
}


/* ==========================================================================
Case Study
========================================================================== */
.cs-mv {
  position: relative;
}
.cs-mv .photo {
  position: absolute;
  width: 250px;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.cs-mv .photo.photo03 {
  left: 0;
  bottom: 120px;
}
.cs-mv .photo.photo03 img {  
  -webkit-transform: rotateY(25deg);
  transform: rotateY(25deg);
}
.cs-mv .photo.photo04 {
  right: 0;
  bottom: 90px;
}
.cs-mv .photo.photo04 img {
  -webkit-transform: rotateY(-25deg);
  transform: rotateY(-25deg);
}
@media screen and (max-width: 767px) {
.cs-mv h2 {
  font-size: 160% !important;
}
.cs-mv .photo {
  position: absolute;
  width: 150px;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.cs-mv .photo.photo03 {
  left: 0;
  bottom: 40px;
}
.cs-mv .photo.photo04 {
  right: 0;
  bottom: 40px;
}
}



.cs-case-contents .case-txt {
  margin-right: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cs-case-contents .case-txt {
    margin-bottom: 15px;
    width: 100%;
  }
}
.cs-case-contents .case-txt p {
  font-size: 125%;
  font-weight: bold;
}
.cs-case-contents .case-txt small {
  font-size: 70%;
}
.cs-case-contents .case-explain {
  width: 50%;
  border: 2px solid #fff;
  padding: 15px;
  background: rgba(255,255,255,.8);
  color: #1b79da;
}
.cs-case-contents .case-explain p strong {
  text-decoration: underline;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  .cs-case-contents .case-explain {
    width: 100%;
  }
}
.cs-case-contents .case-explain p {
  margin-bottom: .5em;
}
.cs-case-contents .case-explain p:last-child {
  margin-bottom: 0;
}

.cs-case-contents .notes {
  width: 100%;
  font-size: 80%;
  text-align: right;
}
@media screen and (max-width: 767px) {
.cs-case-contents .notes {
  text-align: left;
}
}

.cs-case-contents .case-flow {
  margin-top: 60px;
}
.cs-case-contents .case-flow ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
.cs-case-contents .case-flow ul li {
  position: relative;
  width: 30%;
  padding: 15px;
  border: 4px solid #fff;
  border-radius: 10px;
  background: linear-gradient(to top, #1b77d4, #4ea1f3);
}

@media screen and (max-width: 767px) {
.cs-case-contents .case-flow {
  margin-top: 30px;
}
.cs-case-contents .case-flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0;
}
.cs-case-contents .case-flow ul li {
  width: 90%;
  padding: 10px;
  margin-bottom: 30px;
}
}

.cs-case-contents .case-flow ul li h5{
  text-align: center;
  font-size: 140%;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cs-case-contents .case-flow ul li h5 span{
  font-weight: bold;
}
.cs-case-contents .case-flow ul li h6{
  text-align: center;
  font-size: 114%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.cs-case-contents .case-flow ul li .thumb {
  margin-bottom: 15px;
}
.cs-case-contents .case-flow ul li::after {
  position: absolute;
  top: 0;
  right: -45px;
  bottom: 0;
  left: auto;
  width: 0;
  height: 0;
  margin: auto 0 auto auto;
  border-width: 12px 11px 0 11px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
.cs-case-contents .case-flow ul li::after {
  top: auto;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto auto 0 auto;
  transform: rotate(0deg);
}
}
.cs-case-contents .case-flow ul li:last-child::after {
  content: none;
}
.cs-case-contents .case02 .case-txt h4.ttl,
.cs-case-contents .case02 .case-explain p {
  color: #343b43;
}
.cs-case-contents .case02 .case-txt h4.ttl span::after {
  background: #343b43;
}
.cs-case-contents .case02::before  {
  background: url(../images/service/mm_point02_num_white.png) no-repeat top -30px right -20px, linear-gradient(33deg, #5dfccd 25%, #75ffcf);
  background-size: 415px auto, auto;
}
.cs-case-contents .case02 .case-flow ul li {
 color: #343b43;
  background: linear-gradient( #f7fffc 0%, #dbfff3 100%);
}

.cs-case-contents .case03 .case-explain p {
 color: #f79c14;
}
.cs-case-contents .case03::before  {
  background: url(../images/service/mm_point03_num.png) no-repeat top -30px left -20px, linear-gradient(33deg, #ffae4a 25%, #fcc55d);
  background-size: 415px auto, auto;
}
.cs-case-contents .case03 .case-flow ul li {
  background: linear-gradient( #ffd573 0%, #ffbc40 100%);
}

@media screen and (max-width: 767px) {
.mm-point-contents .point02::before {
  background: url(../images/service/mm_point02_num_white.png)  no-repeat top -30px right -20px, linear-gradient(33deg, #5dfccd 25%, #75ffcf);
  background-size: 276.66667px auto, auto;
}
.mm-point-contents .point03::before {
  background: url(../images/service/mm_point03_num.png) no-repeat top -30px left -20px, linear-gradient(33deg, #ffae4a 25%, #fcc55d);
  background-size: 277.33333px auto, auto;
}
}


/* ==========================================================================
  Project - SUBPAGE
	========================================================================== */
/* =======================================================
  NEWS
	======================================================= */
.sub-news .l-inner {
  max-width: 800px;
}

.sub-news-detail {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sub-news-detail {
    margin-bottom: 60px;
  }
}

.sub-news-detail-ttl {
  margin-bottom: 30px;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.sub-news-detail-ttl .sub-news-inside {
  margin-bottom: 1.3em;
}

.sub-news-detail-ttl .sub-news-inside div {
  display: inline-block;
  vertical-align: middle;
}

.sub-news-detail-ttl .sub-news-inside .category {
  margin-left: 20px;
  padding: 3px 6px;
  background: #92afcb;
  font-size: 75%;
  color: #fff;
}

.sub-news-detail-ttl h2 {
  font-size: 150%;
  line-height: 1.5;
}

.sub-news-detail-txt p {
  margin-bottom: 1.5em;
}

/* ==========================================================================
  COMPANY
	========================================================================== */
.company .company-list {
  border-top: 1px solid #233344;
}

.company .company-list dl {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #233344;
  line-height: 1.8;
}

.company .company-list dl dt {
  width: 23%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .company .company-list dl dt {
    text-align: center;
  }
}

.company .company-list dl dd {
  width: 75%;
}

.company .company-list dl dd p {
  margin-bottom: 15px;
}

/* ==========================================================================
  Contact
	========================================================================== */
.contact .form-list {
  border-top: 1px solid #233344;
}

.contact .form-list dl {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #233344;
  line-height: 1.8;
}

.contact .form-list dl dt {
  width: 23%;
  padding: 5px 0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .contact .form-list dl dt {
    text-align: center;
  }
}

.contact .form-list dl dd {
  width: 75%;
}

.contact .form-list dl dd p {
  margin-bottom: 15px;
}

.contact .form-list .btn-wrapper {
  margin-top: 30px;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}

.contact .form-list .btn-wrapper span {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contact .form-list .btn-wrapper span {
    width: 300px;
  }
}

.form-list input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #233344;
  font-size: 1.6rem;
}

.form-list input[type="submit"] {
  display: inline-block;
  padding: 20px 60px;
  border: none;
  background: #1b79da;
  background: linear-gradient(to right, #0056ca, #2389f0);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.form-list textarea {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #233344;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .form-list input[type="text"] {
    width: 250px;
  }
  .form-list input[type="submit"] {
    padding: 30px 60px;
  }
  .form-list input[type="submit"]:hover {
    opacity: .7;
  }
  .form-list textarea {
    width: 100%;
  }
}

/* ==========================================================================
  Utility
	========================================================================== */
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

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

.l-alignleft {
  text-align: left;
}

.l-aligncenter {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */



/* ==========================================================================
  Privacy Policy 追記 (2020.08)
	========================================================================== */
.privacy {
  margin: 0 auto 30px;
}
.privacy .lead {
  margin: 0 auto 30px;
}
.privacy ul {
  margin: 0 auto 30px;
}
.privacy ul li {
  margin: 0 0 10px 1.5em;
  list-style: disc outside;
  line-height: 1.6;
}
.privacy .signature {
  text-align: left;
}
.privacy .signature span {
  font-size: 1.8rem;
}
.personal {
  padding-top: 60px;
}
.personal h3 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2.0rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.personal dl {
  margin-bottom: 30px;
  line-height: 1.6;
}
.personal dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 2px solid #000;
  font-size: 1.7rem;
}

.personal dl dd > ul,
.personal dl dd > ol {
  padding-top: 15px;
  margin: 0 auto 15px;
}
.personal dl dd > ul > li,
.personal dl dd > ol > li,
.personal dl dd > ul > ol li {
  margin-bottom: 10px;
}
.personal dl dd > ul > li {
  list-style: disc outside;
  margin: 0 0 10px 1.5em;
}
.personal dl dd > ol > li,
.personal dl dd > ul > li ol li {
  list-style: decimal outside;
  margin-left: 1.5em;
}
.personal dl dd h4 {
}
.personal dl dd h5 {
  padding-top: 15px;
}