@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&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;
}

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, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.show1100 {
  display: none !important;
}
@media only screen and (max-width: 1100px) {
  .show1100 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1100px) {
  .hide1100 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-red {
  color: #DB3535;
}

.bg-red {
  color: #DB3535;
}

.bg-red-light {
  color: #FFF5F5;
}

.bg-grey {
  background-color: #F5F5F5;
}

.fw300-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.fw800-extra {
  font-weight: 800 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  outline: none;
}

path {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

button {
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.link-underline {
  text-decoration: underline;
}

.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -65px;
  }
}

/* Wrapper */
#wrapper {
  position: relative;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Main */
.content-1200 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-1120 {
  width: 92%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.content-970 {
  width: 92%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.content-940 {
  width: 92%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pad7080 {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad7080 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.txthead-box {
  position: relative;
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb25 {
    margin-bottom: 20px;
  }
}
.txthead-box.seperator {
  padding-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.seperator {
    padding-bottom: 20px;
  }
}
.txthead-box.seperator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 52px;
  height: 5px;
  background-color: #DB3535;
}
.txthead-box .fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz35 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz35 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.txthead-box .center {
  text-align: center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.btn.square-medium {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  height: 70px;
}
@media only screen and (max-width: 1100px) {
  .btn.square-medium {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .btn.square-medium {
    font-size: 1.6rem;
    line-height: 2.6rem;
    height: 60px;
  }
}
.btn.black {
  color: #fff;
  background-color: #000;
}
.btn.red {
  color: #fff;
  background-color: #DB3535;
}
.btn.white-red {
  color: #DB3535;
  background-color: #fff;
}
.btn.arrow-right-white:hover .arrow::before {
  left: 0px;
}
.btn.arrow-right-white:hover .arrow::after {
  left: 60px;
}
.btn.arrow-right-white .arrow {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 13px;
  overflow: hidden;
}
.btn.arrow-right-white .arrow::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 13px;
  background-image: url("/service/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.arrow-right-white .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 13px;
  background-image: url("/service/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.arrow-right-red:hover .arrow::before {
  left: 0px;
}
.btn.arrow-right-red:hover .arrow::after {
  left: 60px;
}
.btn.arrow-right-red .arrow {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 13px;
  overflow: hidden;
}
.btn.arrow-right-red .arrow::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 13px;
  background-image: url("/service/assets/images/commons/btn-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.arrow-right-red .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 13px;
  background-image: url("/service/assets/images/commons/btn-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.text-link.arrow-right-red {
  padding-right: 20px;
}
.btn.text-link.arrow-right-red .arrow {
  right: 0;
}
.btn.w400 {
  width: 100%;
  max-width: 400px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
}
header .header {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 70px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .left {
    width: 160px;
  }
}
header .header .left .logo {
  display: block;
}
header .header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  header .header .right .menu {
    display: none;
  }
}
header .header .right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .right .menu ul li {
  margin-right: 30px;
}
header .header .right .menu ul li a {
  position: relative;
  display: block;
  font-weight: 700;
}
header .header .right .menu ul li a:hover {
  opacity: 1;
}
header .header .right .menu ul li a:hover::after {
  width: 100%;
}
header .header .right .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0px;
  height: 2px;
  background-color: #DB3535;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  header .header .right .button {
    display: none;
  }
}
header .header .right .button a {
  display: block;
  padding: 4px 20px;
  font-weight: 700;
  color: #DB3535;
  border: 2px solid #DB3535;
}
header .header .right .button a:hover {
  opacity: 1;
  color: #fff;
  background-color: #DB3535;
}
header .header .right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header .header .right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bar-icon {
  position: relative;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 9px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open .bar1 {
  background-color: #000;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
.open .bar2 {
  opacity: 0;
  background-color: #000;
}
.open .bar3 {
  background-color: #000;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  padding: 87px 20px 20px 20px;
  background-color: #F5F5F5;
  overflow: auto;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1100px) {
  .menu-responsive {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .menu-responsive {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.menu-responsive .menu ul li {
  border-radius: 5px;
  overflow: hidden;
}
.menu-responsive .menu ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 850px) {
  .menu-responsive .menu ul li + li {
    margin-top: 2%;
  }
}
.menu-responsive .menu ul li a {
  width: 100%;
  display: block;
  padding: 16px 20px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  background-color: #fff;
  background-image: url("/assets/images/commons/menu-sp-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 11px;
}
@media only screen and (max-width: 850px) {
  .menu-responsive .menu ul li a {
    padding: 16px 6%;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.menu-responsive .menu ul li a:hover {
  opacity: 1;
}
.menu-responsive .button {
  margin-top: 10px;
}
@media only screen and (max-width: 850px) {
  .menu-responsive .button {
    margin-top: 2%;
  }
}
.menu-responsive .button a {
  display: block;
  padding: 16px 6%;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #DB3535;
  border: 2px solid #DB3535;
  background-color: #fff;
  text-align: center;
}
.menu-responsive .button a:hover {
  opacity: 1;
  color: #fff;
  background-color: #DB3535;
}

/* Footer */
footer .footer-logo {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3%;
  background-image: url("/service/assets/images/commons/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  footer .footer-logo {
    height: 140px;
  }
}
footer .footer-logo a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
footer .footer {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1100px) {
  footer .footer {
    height: 100px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer {
    display: block;
    height: auto;
    padding: 25px 0;
  }
}
footer .footer .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .footer .left ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer .left ul li {
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer .left ul li {
    margin-right: 15px;
  }
}
footer .footer .left ul li:last-child {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  footer .footer .left ul li:last-child {
    margin-left: 0;
  }
}
footer .footer .left ul li a {
  display: block;
}
footer .footer .left ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  footer .footer .left ul li a img {
    width: 40px;
    height: auto;
  }
}
footer .footer .right {
  text-align: right;
}
@media only screen and (max-width: 750px) {
  footer .footer .right {
    text-align: center;
    margin-top: 20px;
  }
}

/* MV */
#mv {
  color: #fff;
  background-image: url("/service/assets/images/top/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #mv {
    background-image: url("/service/assets/images/top/mv-sp.jpg");
  }
}
#mv .mv {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 570px;
}
@media only screen and (max-width: 1100px) {
  #mv .mv {
    height: 470px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv {
    height: 370px;
  }
}
#mv .mv .content h1 {
  font-size: 4rem;
  line-height: 5.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  #mv .mv .content h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .content h1 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
#mv .mv .content p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #mv .mv .content p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .content p {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
}
#mv .mv .content .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .content .btn {
    margin-top: 20px;
  }
}

/* Service */
#service {
  background-image: url("/service/assets/images/top/service-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
}
#service .service .content > p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #service .service .content > p {
    text-align: left;
  }
}
#service .service .content .box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box {
    display: block;
    margin-top: 30px;
  }
}
#service .service .content .box .left, #service .service .content .box .right {
  width: 23.2%;
  margin-bottom: 100px;
  background-image: url("/service/assets/images/top/service-bg-red.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .left, #service .service .content .box .right {
    margin-bottom: 0;
    width: 100%;
  }
}
#service .service .content .box .left .text, #service .service .content .box .right .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
}
#service .service .content .box .left .text p, #service .service .content .box .right .text p {
  color: #fff;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .left {
    margin-bottom: 30px;
  }
}
#service .service .content .box .left::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 60px;
  height: 120px;
  background-image: url("/service/assets/images/top/service-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 120px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .left::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -75px;
    left: 0;
    right: 0;
    top: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .right {
    margin-top: 30px;
  }
}
#service .service .content .box .right::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 60px;
  height: 120px;
  background-image: url("/service/assets/images/top/service-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 120px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .right::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -75px;
    left: 0;
    right: 0;
    bottom: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}
#service .service .content .box .center {
  width: 47.5%;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px 0px rgb(239, 239, 239);
  box-shadow: 0px 3px 20px 0px rgb(239, 239, 239);
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .center {
    width: 100%;
    padding: 30px 20px;
  }
}
#service .service .content .box .center .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .center .logo {
    width: 160px;
    margin-bottom: 20px;
  }
}
#service .service .content .box .center .ttl {
  position: relative;
  background-color: #DB3535;
  margin-bottom: 25px;
  padding: 25px 0;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .center .ttl {
    padding: 15px 0;
  }
}
#service .service .content .box .center .ttl::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55px;
  height: 15px;
  background-color: #DB3535;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#service .service .content .box .center .ttl h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .box .center .ttl h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#service .service .content .box .center .ttl h3 span {
  font-family: Helvetica;
  font-size: 3rem;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .box .center .ttl h3 span {
    font-size: 2.6rem;
  }
}
#service .service .content .box .center ul li {
  padding: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 750px) {
  #service .service .content .box .center ul li {
    padding: 10px;
  }
}
#service .service .content .box .center ul li + li {
  margin-top: 10px;
}

/* Solve */
#solve .solve .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.67%;
  background-color: #F8F8F8;
}
#solve .solve .content .row.challenge .col {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #solve .solve .content .row.challenge .col {
    padding: 20px 0;
  }
}
#solve .solve .content .row.challenge .col + .col::after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: 70px;
  background-image: url("/service/assets/images/top/solve-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 70px;
}
@media only screen and (max-width: 750px) {
  #solve .solve .content .row.challenge .col + .col::after {
    bottom: -70px;
  }
}
#solve .solve .content .row.media {
  margin-top: 40px;
  background-color: #FFF5F5;
}
#solve .solve .content .row.media .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5% 2.5%;
  min-height: 100px;
  background-color: #fff;
}
#solve .solve .content .row.media .col.topic {
  background-color: #DB3535;
}
#solve .solve .content .row.media .col p {
  text-align: center;
}
#solve .solve .content .row .col {
  width: 23.875%;
}
#solve .solve .content .row .col.topic {
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #B1B1B1;
}
#solve .solve .content .row .col.topic h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #solve .solve .content .row .col.topic h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #solve .solve .content .row .col.topic h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
#solve .solve .content .row .col .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #solve .solve .content .row .col .icon {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #solve .solve .content .row .col .icon img {
    width: auto;
    height: 30px;
  }
}
#solve .solve .content .row .col h4 {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  #solve .solve .content .row .col h4 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #solve .solve .content .row .col h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    height: auto;
  }
}
@media only screen and (max-width: 1100px) {
  #solve .solve .content .row .col p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #solve .solve .content .row .col p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

/* Request & Support */
#request-support {
  color: #fff;
  background-image: url("/service/assets/images/top/request-support-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#request-support .request-support .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #request-support .request-support .content {
    display: block;
  }
}
#request-support .request-support .content .col {
  width: 48.5%;
}
@media only screen and (max-width: 850px) {
  #request-support .request-support .content .col {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #request-support .request-support .content .col + .col {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #request-support .request-support .content .col + .col {
    margin-top: 30px;
  }
}
#request-support .request-support .content .col h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#request-support .request-support .content .col a {
  height: 90px;
}
@media only screen and (max-width: 850px) {
  #request-support .request-support .content .col a {
    height: 70px;
  }
}

/* Whats */
#whats .whats .content .row {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  #whats .whats .content .row {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row {
    padding: 30px 20px 20px 20px;
  }
}
#whats .whats .content .row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row + .row {
    margin-top: 4%;
  }
}
#whats .whats .content .row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .flex {
    display: block;
  }
}
#whats .whats .content .row .flex .text {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .flex .text {
    width: 100%;
  }
}
#whats .whats .content .row .flex .img {
  width: 46%;
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .flex .img {
    width: 100%;
    margin-top: 20px;
  }
}
#whats .whats .content .row .text h3 {
  position: relative;
  padding-left: 35px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #whats .whats .content .row .text h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#whats .whats .content .row .text h3 .no {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 8;
  width: 25px;
  height: 45px;
  font-family: Helvetica;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #DB3535;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #whats .whats .content .row .text h3 .no {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .text h3 .no {
    font-size: 3.8rem;
    line-height: 3.8rem;
    top: -7px;
  }
}
#whats .whats .content .row .text .btn {
  margin-top: 15px;
}
#whats .whats .content .row .text .reader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .text .reader {
    display: block;
  }
}
#whats .whats .content .row .text .reader .col {
  width: 32.33%;
  padding: 25px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1100px) {
  #whats .whats .content .row .text .reader .col {
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .text .reader .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #whats .whats .content .row .text .reader .col + .col {
    margin-top: 15px;
  }
}
#whats .whats .content .row .text .reader .col h4 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #whats .whats .content .row .text .reader .col h4 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 5px;
  }
}
#whats .whats .content .row .text .reader .col h4 span {
  font-family: Helvetica;
  font-size: 8.8rem;
  line-height: 8.8rem;
  font-weight: bold;
  color: #DB3535;
}
@media only screen and (max-width: 1100px) {
  #whats .whats .content .row .text .reader .col h4 span {
    font-size: 4rem;
    line-height: 4rem;
  }
}

/* Marketing */
#marketing {
  background-image: url("/service/assets/images/top/marketing-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#marketing .marketing .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .flex {
    display: block;
  }
}
#marketing .marketing .content .flex .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41.66%;
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .flex .img {
    width: 100%;
  }
}
#marketing .marketing .content .flex .img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .flex .img img {
    width: 100%;
    height: auto;
  }
}
#marketing .marketing .content .flex .text {
  width: 58.34%;
  padding: 35px 40px;
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .flex .text {
    width: 100%;
    padding: 20px;
  }
}
#marketing .marketing .content .flex .text h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #marketing .marketing .content .flex .text h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .flex .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#marketing .marketing .content .thumb {
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #marketing .marketing .content .thumb {
    margin-top: 0;
  }
}
#marketing .marketing .content .thumb .col {
  position: relative;
  width: 23.5%;
  padding: 40px 30px 30px 30px;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  #marketing .marketing .content .thumb .col {
    width: 48.5%;
    margin-top: 2.5%;
  }
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .thumb .col {
    padding: 15px;
  }
}
#marketing .marketing .content .thumb .col .remark {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 8;
  display: block;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #DB3535;
  background-color: #FFF5F5;
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .thumb .col .remark {
    position: static;
    display: table;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 2rem;
  }
}
#marketing .marketing .content .thumb .col h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  min-height: 60px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  #marketing .marketing .content .thumb .col h4 {
    min-height: auto;
  }
}
@media only screen and (max-width: 750px) {
  #marketing .marketing .content .thumb .col h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
    text-align: left;
  }
}

/* Case */
#case .case .content .row + .row {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #case .case .content .row + .row {
    margin-top: 30px;
  }
}
#case .case .content .row .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #F8F8F8;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  #case .case .content .row .ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .ttl {
    display: block;
  }
}
#case .case .content .row .ttl h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  display: inline;
  position: relative;
}
#case .case .content .row .ttl h3::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DB3535;
}
@media only screen and (max-width: 1100px) {
  #case .case .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .ttl h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#case .case .content .row .ttl h3 span {
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  #case .case .content .row .ttl h3 span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .ttl h3 span {
    font-size: 1.4rem;
  }
}
#case .case .content .row .ttl .button {
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .ttl .button {
    position: absolute;
    padding-top: 20px;
    right: 0;
  }
}
#case .case .content .row .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .thumb {
    display: block;
    margin-top: 50px;
  }
}
#case .case .content .row .thumb .col {
  width: 31.25%;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .thumb .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .thumb .col + .col {
    margin-top: 30px;
  }
}
#case .case .content .row .thumb .col + .col::before {
  content: "";
  position: absolute;
  left: -6.5%;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 12px;
  height: 26px;
  background-image: url("/service/assets/images/top/case-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 26px;
}
@media only screen and (max-width: 750px) {
  #case .case .content .row .thumb .col + .col::before {
    top: -28px;
    bottom: inherit;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
#case .case .content .row .thumb .col.red {
  background-color: #FFF5F5;
  border-color: #DB3535;
}
#case .case .content .row .thumb .col .topic {
  padding: 5px 20px;
  background-color: #DB3535;
}
#case .case .content .row .thumb .col .topic h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  #case .case .content .row .thumb .col .topic h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#case .case .content .row .thumb .col .text {
  padding: 15px 20px 20px 20px;
}
#case .case .content .row .thumb .col .text ul {
  margin-left: 18px;
}
#case .case .content .row .thumb .col .text ul li {
  list-style: disc;
}

.remark-new {
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.2rem;
  color: #DB3535;
  background-color: #DB3535;
  color: #FFF;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .remark-new {
    font-size: 1.2rem;
    padding: 4px 10px;
    line-height: 1.2rem;
    margin-left: 5px;
  }
}